Html Css Color HEX #AF8D06 Dark Goldenrod

📋 copy color: '#AF8D06'

red 175 ◦ green 141 ◦ blue 6

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

Shades of Dark Goldenrod #AF8D06

Tints of Dark Goldenrod #AF8D06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.86%

R = 54.35%
G = 43.79%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF8D06 (or 0xAF8D06) is known color: Dark Goldenrod. HEX triplet: AF, 8D and 06. RGB value is (175,141,6). Sum of RGB (Red+Green+Blue) = 175+141+6=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 141 (55.47% from 255 or 43.79% from 322); Blue value is 6 (2.73% from 255 or 1.86% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8D06 is #5072F9. Grayscale: #888888. Windows color (decimal): -5272314 or 429487. OLE color: 429487.

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

Color convert

RGB 175 141 6 -
CMYK 0 0.19 0.97 0.31
HSL 47.93º 0.93% 0.35% -
HSV(B) 47.93º 0.97% 0.69% -
XYZ 27.24 28.18 4.18 -
YUV 135.78 54.76 155.98 -
System Red Green Blue C M Y K H S L
Decimal 175 141 6 0 0.19 0.97 0.31 47.93 0.93 0.35
Hex AF 8D 6 0 13 61 1F 30 5D 23
Octal 257 215 6 0 23 141 37 60 135 43
Binary 10101111 10001101 110 0 10011 1100001 11111 110000 1011101 100011

Color Harmonies of #AF8D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8D06

Black with #AF8D06

Text Example


Text Example

White with #AF8D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8D06; }

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

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

background-color css

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

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

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

border-color css

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

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

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