Html Css Color HEX #AA9225 Lucky

📋 copy color: '#AA9225'

red 170 ◦ green 146 ◦ blue 37

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

Shades of Lucky #AA9225

Tints of Lucky #AA9225

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.36%

 BLUE value IS 37 (14.84% from 255) = 10.48%

R = 48.16%
G = 41.36%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AA9225 (or 0xAA9225) is known color: Lucky. HEX triplet: AA, 92 and 25. RGB value is (170,146,37). Sum of RGB (Red+Green+Blue) = 170+146+37=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 146 (57.42% from 255 or 41.36% from 353); Blue value is 37 (14.84% from 255 or 10.48% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9225 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9225 is #556DDA. Grayscale: #8D8D8D. Windows color (decimal): -5598683 or 2462378. OLE color: 2462378.

HSL color Cylindrical-coordinate representation of color #AA9225: hue angle of 49.17º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA9225 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 146 37 -
CMYK 0 0.14 0.78 0.33
HSL 49.17º 0.64% 0.41% -
HSV(B) 49.17º 0.78% 0.67% -
XYZ 27.19 29.24 5.96 -
YUV 140.75 69.45 148.86 -
System Red Green Blue C M Y K H S L
Decimal 170 146 37 0 0.14 0.78 0.33 49.17 0.64 0.41
Hex AA 92 25 0 E 4E 21 31 40 29
Octal 252 222 45 0 16 116 41 61 100 51
Binary 10101010 10010010 100101 0 1110 1001110 100001 110001 1000000 101001

Color Harmonies of #AA9225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9225

Black with #AA9225

Text Example


Text Example

White with #AA9225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9225; }

 p { color: rgb(170,146,37); }

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

background-color css

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

 a { background-color: rgb(170,146,37); }

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

border-color css

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

 span { border-color: rgb(170,146,37); }

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