Color Hex Logo

#af6030 Color Hex

#AF6030
(175,96,48)
0 Favorites   0 Comments

Color spaces of #af6030

RGB 1759648
HSL0.060.570.44
HSV23°73°69°
CMYK 0.000.450.73   0.31
XYZ22.395617.69315.0310
Yxy17.69310.49640.3921
Hunter Lab42.063221.427822.3528
CIE-Lab49.121728.127140.5113

#af6030 color RGB value is (175,96,48).

#af6030 hex color red value is 175, green value is 96 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #af6030 hue: 0.06 , saturation: 0.57 and the lightness value of af6030 is 0.44.

The process color (four color CMYK) of #af6030 color hex is 0.00, 0.45, 0.73, 0.31. Web safe color of #af6030 is #996633. Color #af6030 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100000 00110000
Octal 257 140 60
Decimal 175 96 48
Hex AF 60 30

RGB Percentages of Color #af6030

%54.86
%30.09
%15.05

CMYK Percentages of Color #af6030

%0
%45
%73
%31

Triadic Colors of #af6030

#af6030 #30af60 #6030af

Analogous Colors of #af6030

#af6030 #afa030 #af303f

Monochromatic Colors of #af6030

#af6030

Complementary Color

#af6030 #307faf

#af6030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af6030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af6030 Color CSS Codes

.mybgcolor {background-color:#af6030; } 
.myforecolor {color:#af6030; }
.mybordercolor {border:3px solid #af6030; }

#af6030 Text Font Color

<p style="color:#af6030">Text here</p>

This sample text font color is #af6030
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#af6030 Background Color

<div style="background-color:#af6030">
Div content here</div>

This div background color is #af6030


#af6030 Border Color

<div style="border:3px solid #af6030">
Div here</div>

This div border color is #af6030


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,96,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #af6030; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #af6030;
  -webkit-box-shadow: 1px 1px 3px 2px #af6030;
  box-shadow:         1px 1px 3px 2px #af6030; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,96,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #af6030">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #af6030;
  -webkit-box-shadow: 1px 1px 3px 2px #af6030;
  box-shadow:         1px 1px 3px 2px #af6030;">
Div content here</div>

This div box has shadow with color #af6030


Comments

No comments written yet.

Please login to write comment.