Html Css Color HEX #AF8808 Dark Goldenrod

📋 copy color: '#AF8808'

red 175 ◦ green 136 ◦ blue 8

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

Shades of Dark Goldenrod #AF8808

Tints of Dark Goldenrod #AF8808

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.63%

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

R = 54.86%
G = 42.63%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AF8808 (or 0xAF8808) is known color: Dark Goldenrod. HEX triplet: AF, 88 and 08. RGB value is (175,136,8). Sum of RGB (Red+Green+Blue) = 175+136+8=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 136 (53.52% from 255 or 42.63% from 319); Blue value is 8 (3.52% from 255 or 2.51% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8808 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8808 is #5077F7. Grayscale: #858585. Windows color (decimal): -5273592 or 559279. OLE color: 559279.

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

Color convert

RGB 175 136 8 -
CMYK 0 0.22 0.95 0.31
HSL 45.99º 0.91% 0.36% -
HSV(B) 45.99º 0.95% 0.69% -
XYZ 26.53 26.74 3.99 -
YUV 133.07 57.42 157.91 -
System Red Green Blue C M Y K H S L
Decimal 175 136 8 0 0.22 0.95 0.31 45.99 0.91 0.36
Hex AF 88 8 0 16 5F 1F 2E 5B 24
Octal 257 210 10 0 26 137 37 56 133 44
Binary 10101111 10001000 1000 0 10110 1011111 11111 101110 1011011 100100

Color Harmonies of #AF8808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8808

Black with #AF8808

Text Example


Text Example

White with #AF8808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8808; }

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

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

background-color css

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

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

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

border-color css

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

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

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