Html Css Color HEX #AF7012 Golden Brown

📋 copy color: '#AF7012'

red 175 ◦ green 112 ◦ blue 18

#AF7012
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #AF7012

Tints of Golden Brown #AF7012

RGB

 RED value IS 175 (68.75% from 255) = 57.38%

 GREEN value IS 112 (44.14% from 255) = 36.72%

 BLUE value IS 18 (7.42% from 255) = 5.9%

R = 57.38%
G = 36.72%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.90

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF7012 (or 0xAF7012) is known color: Golden Brown. HEX triplet: AF, 70 and 12. RGB value is (175,112,18). Sum of RGB (Red+Green+Blue) = 175+112+18=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 18 (7.42% from 255 or 5.90% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7012 is #508FED. Grayscale: #787878. Windows color (decimal): -5279726 or 1208495. OLE color: 1208495.

HSL color Cylindrical-coordinate representation of color #AF7012: hue angle of 35.92º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF7012 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 112 18 -
CMYK 0 0.36 0.90 0.31
HSL 35.92º 0.81% 0.38% -
HSV(B) 35.92º 0.9% 0.69% -
XYZ 23.58 20.75 3.33 -
YUV 120.12 70.37 167.14 -
System Red Green Blue C M Y K H S L
Decimal 175 112 18 0 0.36 0.90 0.31 35.92 0.81 0.38
Hex AF 70 12 0 24 5A 1F 24 51 26
Octal 257 160 22 0 44 132 37 44 121 46
Binary 10101111 1110000 10010 0 100100 1011010 11111 100100 1010001 100110

Color Harmonies of #AF7012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7012

Black with #AF7012

Text Example


Text Example

White with #AF7012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7012; }

 p { color: rgb(175,112,18); }

 H1.HeaderClassName
 {
   color: #AF7012;
 }
 .AnyTagClassName
 {
   color: #AF7012;
 }
</style>

background-color css

<style>
 a { background-color: #AF7012; }

 a { background-color: rgb(175,112,18); }

 div.DivClassName
 {
   background-color: #AF7012;
 }
 .BgClassName
 {
   background-color: #AF7012;
 }
</style>

border-color css

<style>
 span { border-color: #AF7012; }

 span { border-color: rgb(175,112,18); }

 td.TdClassName
 {
   border-color: #AF7012;
 }
 .TagClassName
 {
   border-color: #AF7012;
 }
</style>