Html Css Color HEX #AA8008 Dark Goldenrod

📋 copy color: '#AA8008'

red 170 ◦ green 128 ◦ blue 8

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

Shades of Dark Goldenrod #AA8008

Tints of Dark Goldenrod #AA8008

RGB

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

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

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

R = 55.56%
G = 41.83%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA8008 (or 0xAA8008) is known color: Dark Goldenrod. HEX triplet: AA, 80 and 08. RGB value is (170,128,8). Sum of RGB (Red+Green+Blue) = 170+128+8=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 128 (50.39% from 255 or 41.83% from 306); Blue value is 8 (3.52% from 255 or 2.61% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8008 is #557FF7. Grayscale: #7F7F7F. Windows color (decimal): -5603320 or 557226. OLE color: 557226.

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

Color convert

RGB 170 128 8 -
CMYK 0 0.25 0.95 0.33
HSL 44.44º 0.91% 0.35% -
HSV(B) 44.44º 0.95% 0.67% -
XYZ 24.34 24 3.58 -
YUV 126.88 60.91 158.76 -
System Red Green Blue C M Y K H S L
Decimal 170 128 8 0 0.25 0.95 0.33 44.44 0.91 0.35
Hex AA 80 8 0 19 5F 21 2C 5B 23
Octal 252 200 10 0 31 137 41 54 133 43
Binary 10101010 10000000 1000 0 11001 1011111 100001 101100 1011011 100011

Color Harmonies of #AA8008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8008

Black with #AA8008

Text Example


Text Example

White with #AA8008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8008; }

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

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

background-color css

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

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

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

border-color css

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

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

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