Html Css Color HEX #AF8412 Dark Goldenrod

📋 copy color: '#AF8412'

red 175 ◦ green 132 ◦ blue 18

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

Shades of Dark Goldenrod #AF8412

Tints of Dark Goldenrod #AF8412

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.62%

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

R = 53.85%
G = 40.62%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF8412 (or 0xAF8412) is known color: Dark Goldenrod. HEX triplet: AF, 84 and 12. RGB value is (175,132,18). Sum of RGB (Red+Green+Blue) = 175+132+18=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 18 (7.42% from 255 or 5.54% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8412 is #507BED. Grayscale: #848484. Windows color (decimal): -5274606 or 1213615. OLE color: 1213615.

HSL color Cylindrical-coordinate representation of color #AF8412: hue angle of 43.57º 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 #AF8412 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 132 18 -
CMYK 0 0.25 0.90 0.31
HSL 43.57º 0.81% 0.38% -
HSV(B) 43.57º 0.9% 0.69% -
XYZ 26.04 25.66 4.15 -
YUV 131.86 63.75 158.77 -
System Red Green Blue C M Y K H S L
Decimal 175 132 18 0 0.25 0.90 0.31 43.57 0.81 0.38
Hex AF 84 12 0 19 5A 1F 2C 51 26
Octal 257 204 22 0 31 132 37 54 121 46
Binary 10101111 10000100 10010 0 11001 1011010 11111 101100 1010001 100110

Color Harmonies of #AF8412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8412

Black with #AF8412

Text Example


Text Example

White with #AF8412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8412; }

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

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

background-color css

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

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

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

border-color css

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

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

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