Html Css Color HEX #A08006 Dark Goldenrod

📋 copy color: '#A08006'

red 160 ◦ green 128 ◦ blue 6

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

Shades of Dark Goldenrod #A08006

Tints of Dark Goldenrod #A08006

RGB

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

 GREEN value IS 128 (50.39% from 255) = 43.54%

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

R = 54.42%
G = 43.54%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A08006 (or 0xA08006) is known color: Dark Goldenrod. HEX triplet: A0, 80 and 06. RGB value is (160,128,6). Sum of RGB (Red+Green+Blue) = 160+128+6=294 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.42% from 294); Green value is 128 (50.39% from 255 or 43.54% from 294); Blue value is 6 (2.73% from 255 or 2.04% from 294); Max value from RGB is 160 - color contains mainly: red. Hex color #A08006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08006 is #5F7FF9. Grayscale: #7C7C7C. Windows color (decimal): -6258682 or 426144. OLE color: 426144.

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

Color convert

RGB 160 128 6 -
CMYK 0 0.20 0.96 0.37
HSL 47.53º 0.93% 0.33% -
HSV(B) 47.53º 0.96% 0.63% -
XYZ 22.25 22.93 3.42 -
YUV 123.66 61.6 153.92 -
System Red Green Blue C M Y K H S L
Decimal 160 128 6 0 0.20 0.96 0.37 47.53 0.93 0.33
Hex A0 80 6 0 14 60 25 30 5D 21
Octal 240 200 6 0 24 140 45 60 135 41
Binary 10100000 10000000 110 0 10100 1100000 100101 110000 1011101 100001

Color Harmonies of #A08006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08006

Black with #A08006

Text Example


Text Example

White with #A08006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08006; }

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

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

background-color css

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

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

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

border-color css

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

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

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