Html Css Color HEX #AF8819 Dark Goldenrod

📋 copy color: '#AF8819'

red 175 ◦ green 136 ◦ blue 25

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

Shades of Dark Goldenrod #AF8819

Tints of Dark Goldenrod #AF8819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.44%

R = 52.08%
G = 40.48%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF8819 (or 0xAF8819) is known color: Dark Goldenrod. HEX triplet: AF, 88 and 19. RGB value is (175,136,25). Sum of RGB (Red+Green+Blue) = 175+136+25=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 136 (53.52% from 255 or 40.48% from 336); Blue value is 25 (10.16% from 255 or 7.44% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8819 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8819 is #5077E6. Grayscale: #878787. Windows color (decimal): -5273575 or 1673391. OLE color: 1673391.

HSL color Cylindrical-coordinate representation of color #AF8819: hue angle of 44.4º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF8819 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 136 25 -
CMYK 0 0.22 0.86 0.31
HSL 44.4º 0.75% 0.39% -
HSV(B) 44.4º 0.86% 0.69% -
XYZ 26.66 26.79 4.69 -
YUV 135.01 65.92 156.53 -
System Red Green Blue C M Y K H S L
Decimal 175 136 25 0 0.22 0.86 0.31 44.4 0.75 0.39
Hex AF 88 19 0 16 56 1F 2C 4B 27
Octal 257 210 31 0 26 126 37 54 113 47
Binary 10101111 10001000 11001 0 10110 1010110 11111 101100 1001011 100111

Color Harmonies of #AF8819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8819

Black with #AF8819

Text Example


Text Example

White with #AF8819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8819; }

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

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

background-color css

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

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

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

border-color css

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

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

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