Html Css Color HEX #AAA524 Lucky

📋 copy color: '#AAA524'

red 170 ◦ green 165 ◦ blue 36

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

Shades of Lucky #AAA524

Tints of Lucky #AAA524

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.47%

 BLUE value IS 36 (14.45% from 255) = 9.7%

R = 45.82%
G = 44.47%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AAA524 (or 0xAAA524) is known color: Lucky. HEX triplet: AA, A5 and 24. RGB value is (170,165,36). Sum of RGB (Red+Green+Blue) = 170+165+36=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 36 (14.45% from 255 or 9.70% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA524 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA524 is #555ADB. Grayscale: #989898. Windows color (decimal): -5593820 or 2401706. OLE color: 2401706.

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

Color convert

RGB 170 165 36 -
CMYK 0 0.03 0.79 0.33
HSL 57.76º 0.65% 0.4% -
HSV(B) 57.76º 0.79% 0.67% -
XYZ 30.35 35.58 6.94 -
YUV 151.79 62.66 140.99 -
System Red Green Blue C M Y K H S L
Decimal 170 165 36 0 0.03 0.79 0.33 57.76 0.65 0.4
Hex AA A5 24 0 3 4F 21 3A 41 28
Octal 252 245 44 0 3 117 41 72 101 50
Binary 10101010 10100101 100100 0 11 1001111 100001 111010 1000001 101000

Color Harmonies of #AAA524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA524

Black with #AAA524

Text Example


Text Example

White with #AAA524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA524; }

 p { color: rgb(170,165,36); }

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

background-color css

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

 a { background-color: rgb(170,165,36); }

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

border-color css

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

 span { border-color: rgb(170,165,36); }

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