Html Css Color HEX #A08705 Dark Goldenrod

📋 copy color: '#A08705'

red 160 ◦ green 135 ◦ blue 5

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

Shades of Dark Goldenrod #A08705

Tints of Dark Goldenrod #A08705

RGB

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

 GREEN value IS 135 (53.13% from 255) = 45%

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

R = 53.33%
G = 45%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#A08705 (or 0xA08705) is known color: Dark Goldenrod. HEX triplet: A0, 87 and 05. RGB value is (160,135,5). Sum of RGB (Red+Green+Blue) = 160+135+5=300 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.33% from 300); Green value is 135 (53.12% from 255 or 45% from 300); Blue value is 5 (2.34% from 255 or 1.67% from 300); Max value from RGB is 160 - color contains mainly: red. Hex color #A08705 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08705 is #5F78FA. Grayscale: #808080. Windows color (decimal): -6256891 or 362400. OLE color: 362400.

HSL color Cylindrical-coordinate representation of color #A08705: hue angle of 50.32º 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 #A08705 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 135 5 -
CMYK 0 0.16 0.97 0.37
HSL 50.32º 0.94% 0.32% -
HSV(B) 50.32º 0.97% 0.63% -
XYZ 23.19 24.81 3.71 -
YUV 127.66 58.78 151.07 -
System Red Green Blue C M Y K H S L
Decimal 160 135 5 0 0.16 0.97 0.37 50.32 0.94 0.32
Hex A0 87 5 0 10 61 25 32 5E 20
Octal 240 207 5 0 20 141 45 62 136 40
Binary 10100000 10000111 101 0 10000 1100001 100101 110010 1011110 100000

Color Harmonies of #A08705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08705

Black with #A08705

Text Example


Text Example

White with #A08705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08705; }

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

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

background-color css

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

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

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

border-color css

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

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

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