Html Css Color HEX #AA9A13 Lucky

📋 copy color: '#AA9A13'

red 170 ◦ green 154 ◦ blue 19

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

Shades of Lucky #AA9A13

Tints of Lucky #AA9A13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.54%

R = 49.56%
G = 44.9%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA9A13 (or 0xAA9A13) is known color: Lucky. HEX triplet: AA, 9A and 13. RGB value is (170,154,19). Sum of RGB (Red+Green+Blue) = 170+154+19=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 154 (60.55% from 255 or 44.90% from 343); Blue value is 19 (7.81% from 255 or 5.54% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9A13 is #5565EC. Grayscale: #8F8F8F. Windows color (decimal): -5596653 or 1284778. OLE color: 1284778.

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

Color convert

RGB 170 154 19 -
CMYK 0 0.09 0.89 0.33
HSL 53.64º 0.8% 0.37% -
HSV(B) 53.64º 0.89% 0.67% -
XYZ 28.25 31.7 5.25 -
YUV 143.39 57.8 146.98 -
System Red Green Blue C M Y K H S L
Decimal 170 154 19 0 0.09 0.89 0.33 53.64 0.8 0.37
Hex AA 9A 13 0 9 59 21 36 50 25
Octal 252 232 23 0 11 131 41 66 120 45
Binary 10101010 10011010 10011 0 1001 1011001 100001 110110 1010000 100101

Color Harmonies of #AA9A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9A13

Black with #AA9A13

Text Example


Text Example

White with #AA9A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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