Html Css Color HEX #AF8C08 Dark Goldenrod

📋 copy color: '#AF8C08'

red 175 ◦ green 140 ◦ blue 8

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

Shades of Dark Goldenrod #AF8C08

Tints of Dark Goldenrod #AF8C08

RGB

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

 GREEN value IS 140 (55.08% from 255) = 43.34%

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

R = 54.18%
G = 43.34%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AF8C08 (or 0xAF8C08) is known color: Dark Goldenrod. HEX triplet: AF, 8C and 08. RGB value is (175,140,8). Sum of RGB (Red+Green+Blue) = 175+140+8=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 140 (55.08% from 255 or 43.34% from 323); Blue value is 8 (3.52% from 255 or 2.48% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8C08 is #5073F7. Grayscale: #878787. Windows color (decimal): -5272568 or 560303. OLE color: 560303.

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

Color convert

RGB 175 140 8 -
CMYK 0 0.2 0.95 0.31
HSL 47.43º 0.91% 0.36% -
HSV(B) 47.43º 0.95% 0.69% -
XYZ 27.1 27.89 4.18 -
YUV 135.42 56.1 156.23 -
System Red Green Blue C M Y K H S L
Decimal 175 140 8 0 0.2 0.95 0.31 47.43 0.91 0.36
Hex AF 8C 8 0 14 5F 1F 2F 5B 24
Octal 257 214 10 0 24 137 37 57 133 44
Binary 10101111 10001100 1000 0 10100 1011111 11111 101111 1011011 100100

Color Harmonies of #AF8C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8C08

Black with #AF8C08

Text Example


Text Example

White with #AF8C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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