Html Css Color HEX #AA9A0A Lucky

📋 copy color: '#AA9A0A'

red 170 ◦ green 154 ◦ blue 10

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

Shades of Lucky #AA9A0A

Tints of Lucky #AA9A0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.99%

R = 50.9%
G = 46.11%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA9A0A (or 0xAA9A0A) is known color: Lucky. HEX triplet: AA, 9A and 0A. RGB value is (170,154,10). Sum of RGB (Red+Green+Blue) = 170+154+10=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 154 (60.55% from 255 or 46.11% from 334); Blue value is 10 (4.30% from 255 or 2.99% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9A0A is #5565F5. Grayscale: #8E8E8E. Windows color (decimal): -5596662 or 694954. OLE color: 694954.

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

Color convert

RGB 170 154 10 -
CMYK 0 0.09 0.94 0.33
HSL 54º 0.89% 0.35% -
HSV(B) 54º 0.94% 0.67% -
XYZ 28.19 31.68 4.92 -
YUV 142.37 53.3 147.71 -
System Red Green Blue C M Y K H S L
Decimal 170 154 10 0 0.09 0.94 0.33 54 0.89 0.35
Hex AA 9A A 0 9 5E 21 36 59 23
Octal 252 232 12 0 11 136 41 66 131 43
Binary 10101010 10011010 1010 0 1001 1011110 100001 110110 1011001 100011

Color Harmonies of #AA9A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9A0A

Black with #AA9A0A

Text Example


Text Example

White with #AA9A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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