Html Css Color HEX #A08805 Dark Goldenrod

📋 copy color: '#A08805'

red 160 ◦ green 136 ◦ blue 5

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

Shades of Dark Goldenrod #A08805

Tints of Dark Goldenrod #A08805

RGB

 RED value IS 160 (62.89% from 255) = 53.16%

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

 BLUE value IS 5 (2.34% from 255) = 1.66%

R = 53.16%
G = 45.18%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#A08805 (or 0xA08805) is known color: Dark Goldenrod. HEX triplet: A0, 88 and 05. RGB value is (160,136,5). Sum of RGB (Red+Green+Blue) = 160+136+5=301 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.16% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 5 (2.34% from 255 or 1.66% from 301); Max value from RGB is 160 - color contains mainly: red. Hex color #A08805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08805 is #5F77FA. Grayscale: #808080. Windows color (decimal): -6256635 or 362656. OLE color: 362656.

HSL color Cylindrical-coordinate representation of color #A08805: hue angle of 50.71º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A08805 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 136 5 -
CMYK 0 0.15 0.97 0.37
HSL 50.71º 0.94% 0.32% -
HSV(B) 50.71º 0.97% 0.63% -
XYZ 23.33 25.09 3.76 -
YUV 128.24 58.45 150.65 -
System Red Green Blue C M Y K H S L
Decimal 160 136 5 0 0.15 0.97 0.37 50.71 0.94 0.32
Hex A0 88 5 0 F 61 25 33 5E 20
Octal 240 210 5 0 17 141 45 63 136 40
Binary 10100000 10001000 101 0 1111 1100001 100101 110011 1011110 100000

Color Harmonies of #A08805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08805

Black with #A08805

Text Example


Text Example

White with #A08805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08805; }

 p { color: rgb(160,136,5); }

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

background-color css

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

 a { background-color: rgb(160,136,5); }

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

border-color css

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

 span { border-color: rgb(160,136,5); }

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