Html Css Color HEX #AAA516 Lucky

📋 copy color: '#AAA516'

red 170 ◦ green 165 ◦ blue 22

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

Shades of Lucky #AAA516

Tints of Lucky #AAA516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.16%

R = 47.62%
G = 46.22%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AAA516 (or 0xAAA516) is known color: Lucky. HEX triplet: AA, A5 and 16. RGB value is (170,165,22). Sum of RGB (Red+Green+Blue) = 170+165+22=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 165 (64.84% from 255 or 46.22% from 357); Blue value is 22 (8.98% from 255 or 6.16% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA516 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA516 is #555AE9. Grayscale: #969696. Windows color (decimal): -5593834 or 1484202. OLE color: 1484202.

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

Color convert

RGB 170 165 22 -
CMYK 0 0.03 0.87 0.33
HSL 57.97º 0.77% 0.38% -
HSV(B) 57.97º 0.87% 0.67% -
XYZ 30.18 35.51 6.02 -
YUV 150.19 55.66 142.13 -
System Red Green Blue C M Y K H S L
Decimal 170 165 22 0 0.03 0.87 0.33 57.97 0.77 0.38
Hex AA A5 16 0 3 57 21 3A 4D 26
Octal 252 245 26 0 3 127 41 72 115 46
Binary 10101010 10100101 10110 0 11 1010111 100001 111010 1001101 100110

Color Harmonies of #AAA516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA516

Black with #AAA516

Text Example


Text Example

White with #AAA516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA516; }

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

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

background-color css

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

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

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

border-color css

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

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

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