Html Css Color HEX #AA9522 Lucky

📋 copy color: '#AA9522'

red 170 ◦ green 149 ◦ blue 34

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

Shades of Lucky #AA9522

Tints of Lucky #AA9522

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.21%

 BLUE value IS 34 (13.67% from 255) = 9.63%

R = 48.16%
G = 42.21%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AA9522 (or 0xAA9522) is known color: Lucky. HEX triplet: AA, 95 and 22. RGB value is (170,149,34). Sum of RGB (Red+Green+Blue) = 170+149+34=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 149 (58.59% from 255 or 42.21% from 353); Blue value is 34 (13.67% from 255 or 9.63% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9522 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9522 is #556ADD. Grayscale: #8E8E8E. Windows color (decimal): -5597918 or 2266538. OLE color: 2266538.

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

Color convert

RGB 170 149 34 -
CMYK 0 0.12 0.80 0.33
HSL 50.74º 0.67% 0.4% -
HSV(B) 50.74º 0.8% 0.67% -
XYZ 27.61 30.16 5.88 -
YUV 142.17 66.96 147.85 -
System Red Green Blue C M Y K H S L
Decimal 170 149 34 0 0.12 0.80 0.33 50.74 0.67 0.4
Hex AA 95 22 0 C 50 21 33 43 28
Octal 252 225 42 0 14 120 41 63 103 50
Binary 10101010 10010101 100010 0 1100 1010000 100001 110011 1000011 101000

Color Harmonies of #AA9522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9522

Black with #AA9522

Text Example


Text Example

White with #AA9522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9522; }

 p { color: rgb(170,149,34); }

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

background-color css

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

 a { background-color: rgb(170,149,34); }

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

border-color css

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

 span { border-color: rgb(170,149,34); }

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