Html Css Color HEX #AAA115 Lucky

📋 copy color: '#AAA115'

red 170 ◦ green 161 ◦ blue 21

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

Shades of Lucky #AAA115

Tints of Lucky #AAA115

RGB

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

 GREEN value IS 161 (63.28% from 255) = 45.74%

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

R = 48.3%
G = 45.74%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AAA115 (or 0xAAA115) is known color: Lucky. HEX triplet: AA, A1 and 15. RGB value is (170,161,21). Sum of RGB (Red+Green+Blue) = 170+161+21=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 161 (63.28% from 255 or 45.74% from 352); Blue value is 21 (8.59% from 255 or 5.97% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA115 is #555EEA. Grayscale: #949494. Windows color (decimal): -5594859 or 1417642. OLE color: 1417642.

HSL color Cylindrical-coordinate representation of color #AAA115: hue angle of 56.38º 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 #AAA115 is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 161 21 -
CMYK 0 0.05 0.88 0.33
HSL 56.38º 0.78% 0.37% -
HSV(B) 56.38º 0.88% 0.67% -
XYZ 29.46 34.09 5.74 -
YUV 147.73 56.48 143.88 -
System Red Green Blue C M Y K H S L
Decimal 170 161 21 0 0.05 0.88 0.33 56.38 0.78 0.37
Hex AA A1 15 0 5 58 21 38 4E 25
Octal 252 241 25 0 5 130 41 70 116 45
Binary 10101010 10100001 10101 0 101 1011000 100001 111000 1001110 100101

Color Harmonies of #AAA115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA115

Black with #AAA115

Text Example


Text Example

White with #AAA115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA115; }

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

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

background-color css

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

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

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

border-color css

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

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

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