Html Css Color HEX #A08906 Dark Goldenrod

📋 copy color: '#A08906'

red 160 ◦ green 137 ◦ blue 6

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

Shades of Dark Goldenrod #A08906

Tints of Dark Goldenrod #A08906

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.21%

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

R = 52.81%
G = 45.21%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A08906 (or 0xA08906) is known color: Dark Goldenrod. HEX triplet: A0, 89 and 06. RGB value is (160,137,6). Sum of RGB (Red+Green+Blue) = 160+137+6=303 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.81% from 303); Green value is 137 (53.91% from 255 or 45.21% from 303); Blue value is 6 (2.73% from 255 or 1.98% from 303); Max value from RGB is 160 - color contains mainly: red. Hex color #A08906 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08906 is #5F76F9. Grayscale: #818181. Windows color (decimal): -6256378 or 428448. OLE color: 428448.

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

Color convert

RGB 160 137 6 -
CMYK 0 0.14 0.96 0.37
HSL 51.04º 0.93% 0.33% -
HSV(B) 51.04º 0.96% 0.63% -
XYZ 23.48 25.38 3.83 -
YUV 128.94 58.62 150.15 -
System Red Green Blue C M Y K H S L
Decimal 160 137 6 0 0.14 0.96 0.37 51.04 0.93 0.33
Hex A0 89 6 0 E 60 25 33 5D 21
Octal 240 211 6 0 16 140 45 63 135 41
Binary 10100000 10001001 110 0 1110 1100000 100101 110011 1011101 100001

Color Harmonies of #A08906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08906

Black with #A08906

Text Example


Text Example

White with #A08906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08906; }

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

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

background-color css

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

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

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

border-color css

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

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

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