Html Css Color HEX #AF8408 Dark Goldenrod

📋 copy color: '#AF8408'

red 175 ◦ green 132 ◦ blue 8

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

Shades of Dark Goldenrod #AF8408

Tints of Dark Goldenrod #AF8408

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.9%

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

R = 55.56%
G = 41.9%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AF8408 (or 0xAF8408) is known color: Dark Goldenrod. HEX triplet: AF, 84 and 08. RGB value is (175,132,8). Sum of RGB (Red+Green+Blue) = 175+132+8=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 8 (3.52% from 255 or 2.54% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8408 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8408 is #507BF7. Grayscale: #838383. Windows color (decimal): -5274616 or 558255. OLE color: 558255.

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

Color convert

RGB 175 132 8 -
CMYK 0 0.25 0.95 0.31
HSL 44.55º 0.91% 0.36% -
HSV(B) 44.55º 0.95% 0.69% -
XYZ 25.97 25.63 3.81 -
YUV 130.72 58.75 159.58 -
System Red Green Blue C M Y K H S L
Decimal 175 132 8 0 0.25 0.95 0.31 44.55 0.91 0.36
Hex AF 84 8 0 19 5F 1F 2D 5B 24
Octal 257 204 10 0 31 137 37 55 133 44
Binary 10101111 10000100 1000 0 11001 1011111 11111 101101 1011011 100100

Color Harmonies of #AF8408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8408

Black with #AF8408

Text Example


Text Example

White with #AF8408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8408; }

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

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

background-color css

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

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

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

border-color css

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

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

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