Html Css Color HEX #A2A215 Lucky

📋 copy color: '#A2A215'

red 162 ◦ green 162 ◦ blue 21

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

Shades of Lucky #A2A215

Tints of Lucky #A2A215

RGB

 RED value IS 162 (63.67% from 255) = 46.96%

 GREEN value IS 162 (63.67% from 255) = 46.96%

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

R = 46.96%
G = 46.96%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A2A215 (or 0xA2A215) is known color: Lucky. HEX triplet: A2, A2 and 15. RGB value is (162,162,21). Sum of RGB (Red+Green+Blue) = 162+162+21=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 162 (63.67% from 255 or 46.96% from 345); Blue value is 21 (8.59% from 255 or 6.09% from 345); Max value from RGB is 162 - color contains mainly: red, green. Hex color #A2A215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2A215 is #5D5DEA. Grayscale: #929292. Windows color (decimal): -6118891 or 1417890. OLE color: 1417890.

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

Color convert

RGB 162 162 21 -
CMYK 0 0 0.87 0.36
HSL 60º 0.77% 0.36% -
HSV(B) 60º 0.87% 0.64% -
XYZ 27.96 33.58 5.72 -
YUV 145.93 57.5 139.46 -
System Red Green Blue C M Y K H S L
Decimal 162 162 21 0 0 0.87 0.36 60 0.77 0.36
Hex A2 A2 15 0 0 57 24 3C 4D 24
Octal 242 242 25 0 0 127 44 74 115 44
Binary 10100010 10100010 10101 0 0 1010111 100100 111100 1001101 100100

Color Harmonies of #A2A215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A215

Black with #A2A215

Text Example


Text Example

White with #A2A215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A215; }

 p { color: rgb(162,162,21); }

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

background-color css

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

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

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

border-color css

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

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

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