Html Css Color HEX #A08106 Dark Goldenrod

📋 copy color: '#A08106'

red 160 ◦ green 129 ◦ blue 6

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

Shades of Dark Goldenrod #A08106

Tints of Dark Goldenrod #A08106

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.73%

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

R = 54.24%
G = 43.73%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A08106 (or 0xA08106) is known color: Dark Goldenrod. HEX triplet: A0, 81 and 06. RGB value is (160,129,6). Sum of RGB (Red+Green+Blue) = 160+129+6=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 129 (50.78% from 255 or 43.73% from 295); Blue value is 6 (2.73% from 255 or 2.03% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A08106 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08106 is #5F7EF9. Grayscale: #7C7C7C. Windows color (decimal): -6258426 or 426400. OLE color: 426400.

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

Color convert

RGB 160 129 6 -
CMYK 0 0.19 0.96 0.37
HSL 47.92º 0.93% 0.33% -
HSV(B) 47.92º 0.96% 0.63% -
XYZ 22.38 23.19 3.47 -
YUV 124.25 61.27 153.5 -
System Red Green Blue C M Y K H S L
Decimal 160 129 6 0 0.19 0.96 0.37 47.92 0.93 0.33
Hex A0 81 6 0 13 60 25 30 5D 21
Octal 240 201 6 0 23 140 45 60 135 41
Binary 10100000 10000001 110 0 10011 1100000 100101 110000 1011101 100001

Color Harmonies of #A08106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08106

Black with #A08106

Text Example


Text Example

White with #A08106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08106; }

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

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

background-color css

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

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

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

border-color css

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

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

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