Html Css Color HEX #AF8E08 Dark Goldenrod

📋 copy color: '#AF8E08'

red 175 ◦ green 142 ◦ blue 8

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

Shades of Dark Goldenrod #AF8E08

Tints of Dark Goldenrod #AF8E08

RGB

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

 GREEN value IS 142 (55.86% from 255) = 43.69%

 BLUE value IS 8 (3.52% from 255) = 2.46%

R = 53.85%
G = 43.69%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AF8E08 (or 0xAF8E08) is known color: Dark Goldenrod. HEX triplet: AF, 8E and 08. RGB value is (175,142,8). Sum of RGB (Red+Green+Blue) = 175+142+8=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 142 (55.86% from 255 or 43.69% from 325); Blue value is 8 (3.52% from 255 or 2.46% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8E08 is #5071F7. Grayscale: #898989. Windows color (decimal): -5272056 or 560815. OLE color: 560815.

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

Color convert

RGB 175 142 8 -
CMYK 0 0.19 0.95 0.31
HSL 48.14º 0.91% 0.36% -
HSV(B) 48.14º 0.95% 0.69% -
XYZ 27.4 28.48 4.28 -
YUV 136.59 55.43 155.4 -
System Red Green Blue C M Y K H S L
Decimal 175 142 8 0 0.19 0.95 0.31 48.14 0.91 0.36
Hex AF 8E 8 0 13 5F 1F 30 5B 24
Octal 257 216 10 0 23 137 37 60 133 44
Binary 10101111 10001110 1000 0 10011 1011111 11111 110000 1011011 100100

Color Harmonies of #AF8E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8E08

Black with #AF8E08

Text Example


Text Example

White with #AF8E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8E08; }

 p { color: rgb(175,142,8); }

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

background-color css

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

 a { background-color: rgb(175,142,8); }

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

border-color css

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

 span { border-color: rgb(175,142,8); }

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