Html Css Color HEX #AAA521 Lucky

📋 copy color: '#AAA521'

red 170 ◦ green 165 ◦ blue 33

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

Shades of Lucky #AAA521

Tints of Lucky #AAA521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.97%

R = 46.2%
G = 44.84%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AAA521 (or 0xAAA521) is known color: Lucky. HEX triplet: AA, A5 and 21. RGB value is (170,165,33). Sum of RGB (Red+Green+Blue) = 170+165+33=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 165 (64.84% from 255 or 44.84% from 368); Blue value is 33 (13.28% from 255 or 8.97% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA521 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA521 is #555ADE. Grayscale: #979797. Windows color (decimal): -5593823 or 2205098. OLE color: 2205098.

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

Color convert

RGB 170 165 33 -
CMYK 0 0.03 0.81 0.33
HSL 57.81º 0.67% 0.4% -
HSV(B) 57.81º 0.81% 0.67% -
XYZ 30.31 35.57 6.71 -
YUV 151.45 61.16 141.23 -
System Red Green Blue C M Y K H S L
Decimal 170 165 33 0 0.03 0.81 0.33 57.81 0.67 0.4
Hex AA A5 21 0 3 51 21 3A 43 28
Octal 252 245 41 0 3 121 41 72 103 50
Binary 10101010 10100101 100001 0 11 1010001 100001 111010 1000011 101000

Color Harmonies of #AAA521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA521

Black with #AAA521

Text Example


Text Example

White with #AAA521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA521; }

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

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

background-color css

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

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

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

border-color css

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

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

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