Html Css Color HEX #A2A015 Lucky

📋 copy color: '#A2A015'

red 162 ◦ green 160 ◦ blue 21

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

Shades of Lucky #A2A015

Tints of Lucky #A2A015

RGB

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

 GREEN value IS 160 (62.89% from 255) = 46.65%

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

R = 47.23%
G = 46.65%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A2A015 (or 0xA2A015) is known color: Lucky. HEX triplet: A2, A0 and 15. RGB value is (162,160,21). Sum of RGB (Red+Green+Blue) = 162+160+21=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 160 (62.89% from 255 or 46.65% from 343); Blue value is 21 (8.59% from 255 or 6.12% from 343); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A015 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2A015 is #5D5FEA. Grayscale: #919191. Windows color (decimal): -6119403 or 1417378. OLE color: 1417378.

HSL color Cylindrical-coordinate representation of color #A2A015: hue angle of 59.15º 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 #A2A015 is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 160 21 -
CMYK 0 0.01 0.87 0.36
HSL 59.15º 0.77% 0.36% -
HSV(B) 59.15º 0.87% 0.64% -
XYZ 27.61 32.88 5.6 -
YUV 144.75 58.16 140.3 -
System Red Green Blue C M Y K H S L
Decimal 162 160 21 0 0.01 0.87 0.36 59.15 0.77 0.36
Hex A2 A0 15 0 1 57 24 3B 4D 24
Octal 242 240 25 0 1 127 44 73 115 44
Binary 10100010 10100000 10101 0 1 1010111 100100 111011 1001101 100100

Color Harmonies of #A2A015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A015

Black with #A2A015

Text Example


Text Example

White with #A2A015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A015; }

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

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

background-color css

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

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

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

border-color css

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

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

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