Html Css Color HEX #A08606 Dark Goldenrod

📋 copy color: '#A08606'

red 160 ◦ green 134 ◦ blue 6

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

Shades of Dark Goldenrod #A08606

Tints of Dark Goldenrod #A08606

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.67%

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

R = 53.33%
G = 44.67%
B = 2%

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

#A08606 (or 0xA08606) is known color: Dark Goldenrod. HEX triplet: A0, 86 and 06. RGB value is (160,134,6). Sum of RGB (Red+Green+Blue) = 160+134+6=300 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.33% from 300); Green value is 134 (52.73% from 255 or 44.67% from 300); Blue value is 6 (2.73% from 255 or 2% from 300); Max value from RGB is 160 - color contains mainly: red. Hex color #A08606 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08606 is #5F79F9. Grayscale: #7F7F7F. Windows color (decimal): -6257146 or 427680. OLE color: 427680.

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

Color convert

RGB 160 134 6 -
CMYK 0 0.16 0.96 0.37
HSL 49.87º 0.93% 0.33% -
HSV(B) 49.87º 0.96% 0.63% -
XYZ 23.06 24.54 3.69 -
YUV 127.18 59.61 151.41 -
System Red Green Blue C M Y K H S L
Decimal 160 134 6 0 0.16 0.96 0.37 49.87 0.93 0.33
Hex A0 86 6 0 10 60 25 32 5D 21
Octal 240 206 6 0 20 140 45 62 135 41
Binary 10100000 10000110 110 0 10000 1100000 100101 110010 1011101 100001

Color Harmonies of #A08606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08606

Black with #A08606

Text Example


Text Example

White with #A08606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08606; }

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

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

background-color css

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

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

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

border-color css

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

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

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