Html Css Color HEX #A08008 Dark Goldenrod

📋 copy color: '#A08008'

red 160 ◦ green 128 ◦ blue 8

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

Shades of Dark Goldenrod #A08008

Tints of Dark Goldenrod #A08008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.7%

R = 54.05%
G = 43.24%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A08008 (or 0xA08008) is known color: Dark Goldenrod. HEX triplet: A0, 80 and 08. RGB value is (160,128,8). Sum of RGB (Red+Green+Blue) = 160+128+8=296 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.05% from 296); Green value is 128 (50.39% from 255 or 43.24% from 296); Blue value is 8 (3.52% from 255 or 2.70% from 296); Max value from RGB is 160 - color contains mainly: red. Hex color #A08008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08008 is #5F7FF7. Grayscale: #7C7C7C. Windows color (decimal): -6258680 or 557216. OLE color: 557216.

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

Color convert

RGB 160 128 8 -
CMYK 0 0.20 0.95 0.37
HSL 47.37º 0.9% 0.33% -
HSV(B) 47.37º 0.95% 0.63% -
XYZ 22.26 22.93 3.48 -
YUV 123.89 62.6 153.76 -
System Red Green Blue C M Y K H S L
Decimal 160 128 8 0 0.20 0.95 0.37 47.37 0.9 0.33
Hex A0 80 8 0 14 5F 25 2F 5A 21
Octal 240 200 10 0 24 137 45 57 132 41
Binary 10100000 10000000 1000 0 10100 1011111 100101 101111 1011010 100001

Color Harmonies of #A08008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08008

Black with #A08008

Text Example


Text Example

White with #A08008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08008; }

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

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

background-color css

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

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

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

border-color css

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

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

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