Html Css Color HEX #AF8D0C Dark Goldenrod

📋 copy color: '#AF8D0C'

red 175 ◦ green 141 ◦ blue 12

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

Shades of Dark Goldenrod #AF8D0C

Tints of Dark Goldenrod #AF8D0C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 42.99%

 BLUE value IS 12 (5.08% from 255) = 3.66%

R = 53.35%
G = 42.99%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF8D0C (or 0xAF8D0C) is known color: Dark Goldenrod. HEX triplet: AF, 8D and 0C. RGB value is (175,141,12). Sum of RGB (Red+Green+Blue) = 175+141+12=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 141 (55.47% from 255 or 42.99% from 328); Blue value is 12 (5.08% from 255 or 3.66% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8D0C is #5072F3. Grayscale: #898989. Windows color (decimal): -5272308 or 822703. OLE color: 822703.

HSL color Cylindrical-coordinate representation of color #AF8D0C: hue angle of 47.48º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF8D0C is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 141 12 -
CMYK 0 0.19 0.93 0.31
HSL 47.48º 0.87% 0.37% -
HSV(B) 47.48º 0.93% 0.69% -
XYZ 27.27 28.19 4.35 -
YUV 136.46 57.76 155.49 -
System Red Green Blue C M Y K H S L
Decimal 175 141 12 0 0.19 0.93 0.31 47.48 0.87 0.37
Hex AF 8D C 0 13 5D 1F 2F 57 25
Octal 257 215 14 0 23 135 37 57 127 45
Binary 10101111 10001101 1100 0 10011 1011101 11111 101111 1010111 100101

Color Harmonies of #AF8D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8D0C

Black with #AF8D0C

Text Example


Text Example

White with #AF8D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8D0C; }

 p { color: rgb(175,141,12); }

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

background-color css

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

 a { background-color: rgb(175,141,12); }

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

border-color css

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

 span { border-color: rgb(175,141,12); }

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