Html Css Color HEX #AF8008 Dark Goldenrod

📋 copy color: '#AF8008'

red 175 ◦ green 128 ◦ blue 8

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

Shades of Dark Goldenrod #AF8008

Tints of Dark Goldenrod #AF8008

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.16%

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

R = 56.27%
G = 41.16%
B = 2.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AF8008 (or 0xAF8008) is known color: Dark Goldenrod. HEX triplet: AF, 80 and 08. RGB value is (175,128,8). Sum of RGB (Red+Green+Blue) = 175+128+8=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 128 (50.39% from 255 or 41.16% from 311); Blue value is 8 (3.52% from 255 or 2.57% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8008 is #507FF7. Grayscale: #808080. Windows color (decimal): -5275640 or 557231. OLE color: 557231.

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

Color convert

RGB 175 128 8 -
CMYK 0 0.27 0.95 0.31
HSL 43.11º 0.91% 0.36% -
HSV(B) 43.11º 0.95% 0.69% -
XYZ 25.44 24.57 3.63 -
YUV 128.37 60.07 161.26 -
System Red Green Blue C M Y K H S L
Decimal 175 128 8 0 0.27 0.95 0.31 43.11 0.91 0.36
Hex AF 80 8 0 1B 5F 1F 2B 5B 24
Octal 257 200 10 0 33 137 37 53 133 44
Binary 10101111 10000000 1000 0 11011 1011111 11111 101011 1011011 100100

Color Harmonies of #AF8008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8008

Black with #AF8008

Text Example


Text Example

White with #AF8008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8008; }

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

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

background-color css

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

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

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

border-color css

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

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

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