Html Css Color HEX #AA9525 Lucky

📋 copy color: '#AA9525'

red 170 ◦ green 149 ◦ blue 37

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

Shades of Lucky #AA9525

Tints of Lucky #AA9525

RGB

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

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

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

R = 47.75%
G = 41.85%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AA9525 (or 0xAA9525) is known color: Lucky. HEX triplet: AA, 95 and 25. RGB value is (170,149,37). Sum of RGB (Red+Green+Blue) = 170+149+37=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 37 (14.84% from 255 or 10.39% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9525 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9525 is #556ADA. Grayscale: #8E8E8E. Windows color (decimal): -5597915 or 2463146. OLE color: 2463146.

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

Color convert

RGB 170 149 37 -
CMYK 0 0.12 0.78 0.33
HSL 50.53º 0.64% 0.41% -
HSV(B) 50.53º 0.78% 0.67% -
XYZ 27.66 30.17 6.12 -
YUV 142.51 68.46 147.61 -
System Red Green Blue C M Y K H S L
Decimal 170 149 37 0 0.12 0.78 0.33 50.53 0.64 0.41
Hex AA 95 25 0 C 4E 21 33 40 29
Octal 252 225 45 0 14 116 41 63 100 51
Binary 10101010 10010101 100101 0 1100 1001110 100001 110011 1000000 101001

Color Harmonies of #AA9525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9525

Black with #AA9525

Text Example


Text Example

White with #AA9525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9525; }

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

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

background-color css

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

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

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

border-color css

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

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

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