Html Css Color HEX #AAA815 Lucky

📋 copy color: '#AAA815'

red 170 ◦ green 168 ◦ blue 21

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

Shades of Lucky #AAA815

Tints of Lucky #AAA815

RGB

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

 GREEN value IS 168 (66.02% from 255) = 46.8%

 BLUE value IS 21 (8.59% from 255) = 5.85%

R = 47.35%
G = 46.8%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AAA815 (or 0xAAA815) is known color: Lucky. HEX triplet: AA, A8 and 15. RGB value is (170,168,21). Sum of RGB (Red+Green+Blue) = 170+168+21=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 168 (66.02% from 255 or 46.80% from 359); Blue value is 21 (8.59% from 255 or 5.85% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA815 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA815 is #5557EA. Grayscale: #989898. Windows color (decimal): -5593067 or 1419434. OLE color: 1419434.

HSL color Cylindrical-coordinate representation of color #AAA815: hue angle of 59.19º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AAA815 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 168 21 -
CMYK 0 0.01 0.88 0.33
HSL 59.19º 0.78% 0.37% -
HSV(B) 59.19º 0.88% 0.67% -
XYZ 30.72 36.61 6.16 -
YUV 151.84 54.16 140.95 -
System Red Green Blue C M Y K H S L
Decimal 170 168 21 0 0.01 0.88 0.33 59.19 0.78 0.37
Hex AA A8 15 0 1 58 21 3B 4E 25
Octal 252 250 25 0 1 130 41 73 116 45
Binary 10101010 10101000 10101 0 1 1011000 100001 111011 1001110 100101

Color Harmonies of #AAA815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA815

Black with #AAA815

Text Example


Text Example

White with #AAA815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA815; }

 p { color: rgb(170,168,21); }

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

background-color css

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

 a { background-color: rgb(170,168,21); }

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

border-color css

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

 span { border-color: rgb(170,168,21); }

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