Html Css Color HEX #A08706 Dark Goldenrod

📋 copy color: '#A08706'

red 160 ◦ green 135 ◦ blue 6

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

Shades of Dark Goldenrod #A08706

Tints of Dark Goldenrod #A08706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.99%

R = 53.16%
G = 44.85%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A08706 (or 0xA08706) is known color: Dark Goldenrod. HEX triplet: A0, 87 and 06. RGB value is (160,135,6). Sum of RGB (Red+Green+Blue) = 160+135+6=301 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.16% from 301); Green value is 135 (53.12% from 255 or 44.85% from 301); Blue value is 6 (2.73% from 255 or 1.99% from 301); Max value from RGB is 160 - color contains mainly: red. Hex color #A08706 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08706 is #5F78F9. Grayscale: #808080. Windows color (decimal): -6256890 or 427936. OLE color: 427936.

HSL color Cylindrical-coordinate representation of color #A08706: hue angle of 50.26º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A08706 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 135 6 -
CMYK 0 0.16 0.96 0.37
HSL 50.26º 0.93% 0.33% -
HSV(B) 50.26º 0.96% 0.63% -
XYZ 23.19 24.81 3.74 -
YUV 127.77 59.28 150.99 -
System Red Green Blue C M Y K H S L
Decimal 160 135 6 0 0.16 0.96 0.37 50.26 0.93 0.33
Hex A0 87 6 0 10 60 25 32 5D 21
Octal 240 207 6 0 20 140 45 62 135 41
Binary 10100000 10000111 110 0 10000 1100000 100101 110010 1011101 100001

Color Harmonies of #A08706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08706

Black with #A08706

Text Example


Text Example

White with #A08706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08706; }

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

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

background-color css

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

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

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

border-color css

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

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

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