Html Css Color HEX #AA9528 Lucky

📋 copy color: '#AA9528'

red 170 ◦ green 149 ◦ blue 40

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

Shades of Lucky #AA9528

Tints of Lucky #AA9528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.14%

R = 47.35%
G = 41.5%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AA9528 (or 0xAA9528) is known color: Lucky. HEX triplet: AA, 95 and 28. RGB value is (170,149,40). Sum of RGB (Red+Green+Blue) = 170+149+40=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 40 (16.02% from 255 or 11.14% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9528 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9528 is #556AD7. Grayscale: #8F8F8F. Windows color (decimal): -5597912 or 2659754. OLE color: 2659754.

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

Color convert

RGB 170 149 40 -
CMYK 0 0.12 0.76 0.33
HSL 50.31º 0.62% 0.41% -
HSV(B) 50.31º 0.76% 0.67% -
XYZ 27.71 30.19 6.38 -
YUV 142.85 69.96 147.36 -
System Red Green Blue C M Y K H S L
Decimal 170 149 40 0 0.12 0.76 0.33 50.31 0.62 0.41
Hex AA 95 28 0 C 4C 21 32 3E 29
Octal 252 225 50 0 14 114 41 62 76 51
Binary 10101010 10010101 101000 0 1100 1001100 100001 110010 111110 101001

Color Harmonies of #AA9528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9528

Black with #AA9528

Text Example


Text Example

White with #AA9528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9528; }

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

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

background-color css

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

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

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

border-color css

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

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

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