Html Css Color HEX #AA9A09 Lucky

📋 copy color: '#AA9A09'

red 170 ◦ green 154 ◦ blue 9

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

Shades of Lucky #AA9A09

Tints of Lucky #AA9A09

RGB

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

 GREEN value IS 154 (60.55% from 255) = 46.25%

 BLUE value IS 9 (3.91% from 255) = 2.7%

R = 51.05%
G = 46.25%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA9A09 (or 0xAA9A09) is known color: Lucky. HEX triplet: AA, 9A and 09. RGB value is (170,154,9). Sum of RGB (Red+Green+Blue) = 170+154+9=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 154 (60.55% from 255 or 46.25% from 333); Blue value is 9 (3.91% from 255 or 2.70% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9A09 is #5565F6. Grayscale: #8E8E8E. Windows color (decimal): -5596663 or 629418. OLE color: 629418.

HSL color Cylindrical-coordinate representation of color #AA9A09: hue angle of 54.04º degrees, saturation: 0.9, 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 #AA9A09 is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 154 9 -
CMYK 0 0.09 0.95 0.33
HSL 54.04º 0.9% 0.35% -
HSV(B) 54.04º 0.95% 0.67% -
XYZ 28.18 31.68 4.89 -
YUV 142.25 52.8 147.79 -
System Red Green Blue C M Y K H S L
Decimal 170 154 9 0 0.09 0.95 0.33 54.04 0.9 0.35
Hex AA 9A 9 0 9 5F 21 36 5A 23
Octal 252 232 11 0 11 137 41 66 132 43
Binary 10101010 10011010 1001 0 1001 1011111 100001 110110 1011010 100011

Color Harmonies of #AA9A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9A09

Black with #AA9A09

Text Example


Text Example

White with #AA9A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9A09; }

 p { color: rgb(170,154,9); }

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

background-color css

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

 a { background-color: rgb(170,154,9); }

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

border-color css

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

 span { border-color: rgb(170,154,9); }

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