Html Css Color HEX #AA9013 Lucky

📋 copy color: '#AA9013'

red 170 ◦ green 144 ◦ blue 19

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

Shades of Lucky #AA9013

Tints of Lucky #AA9013

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.24%

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

R = 51.05%
G = 43.24%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA9013 (or 0xAA9013) is known color: Lucky. HEX triplet: AA, 90 and 13. RGB value is (170,144,19). Sum of RGB (Red+Green+Blue) = 170+144+19=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 144 (56.64% from 255 or 43.24% from 333); Blue value is 19 (7.81% from 255 or 5.71% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9013 is #556FEC. Grayscale: #8A8A8A. Windows color (decimal): -5599213 or 1282218. OLE color: 1282218.

HSL color Cylindrical-coordinate representation of color #AA9013: hue angle of 49.67º 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 #AA9013 is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 144 19 -
CMYK 0 0.15 0.89 0.33
HSL 49.67º 0.8% 0.37% -
HSV(B) 49.67º 0.89% 0.67% -
XYZ 26.67 28.54 4.72 -
YUV 137.52 61.11 151.16 -
System Red Green Blue C M Y K H S L
Decimal 170 144 19 0 0.15 0.89 0.33 49.67 0.8 0.37
Hex AA 90 13 0 F 59 21 32 50 25
Octal 252 220 23 0 17 131 41 62 120 45
Binary 10101010 10010000 10011 0 1111 1011001 100001 110010 1010000 100101

Color Harmonies of #AA9013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9013

Black with #AA9013

Text Example


Text Example

White with #AA9013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9013; }

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

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

background-color css

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

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

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

border-color css

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

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

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