Html Css Color HEX #AA8006 Dark Goldenrod

📋 copy color: '#AA8006'

red 170 ◦ green 128 ◦ blue 6

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

Shades of Dark Goldenrod #AA8006

Tints of Dark Goldenrod #AA8006

RGB

 RED value IS 170 (66.8% from 255) = 55.92%

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

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

R = 55.92%
G = 42.11%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AA8006 (or 0xAA8006) is known color: Dark Goldenrod. HEX triplet: AA, 80 and 06. RGB value is (170,128,6). Sum of RGB (Red+Green+Blue) = 170+128+6=304 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.92% from 304); Green value is 128 (50.39% from 255 or 42.11% from 304); Blue value is 6 (2.73% from 255 or 1.97% from 304); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8006 is #557FF9. Grayscale: #7F7F7F. Windows color (decimal): -5603322 or 426154. OLE color: 426154.

HSL color Cylindrical-coordinate representation of color #AA8006: hue angle of 44.63º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA8006 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 128 6 -
CMYK 0 0.25 0.96 0.33
HSL 44.63º 0.93% 0.35% -
HSV(B) 44.63º 0.96% 0.67% -
XYZ 24.33 24 3.52 -
YUV 126.65 59.91 158.92 -
System Red Green Blue C M Y K H S L
Decimal 170 128 6 0 0.25 0.96 0.33 44.63 0.93 0.35
Hex AA 80 6 0 19 60 21 2D 5D 23
Octal 252 200 6 0 31 140 41 55 135 43
Binary 10101010 10000000 110 0 11001 1100000 100001 101101 1011101 100011

Color Harmonies of #AA8006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8006

Black with #AA8006

Text Example


Text Example

White with #AA8006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8006; }

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

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

background-color css

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

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

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

border-color css

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

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

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