Html Css Color HEX #A2A013 Lucky

📋 copy color: '#A2A013'

red 162 ◦ green 160 ◦ blue 19

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

Shades of Lucky #A2A013

Tints of Lucky #A2A013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.57%

R = 47.51%
G = 46.92%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A2A013 (or 0xA2A013) is known color: Lucky. HEX triplet: A2, A0 and 13. RGB value is (162,160,19). Sum of RGB (Red+Green+Blue) = 162+160+19=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 160 (62.89% from 255 or 46.92% from 341); Blue value is 19 (7.81% from 255 or 5.57% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2A013 is #5D5FEC. Grayscale: #919191. Windows color (decimal): -6119405 or 1286306. OLE color: 1286306.

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

Color convert

RGB 162 160 19 -
CMYK 0 0.01 0.88 0.36
HSL 59.16º 0.79% 0.35% -
HSV(B) 59.16º 0.88% 0.64% -
XYZ 27.59 32.87 5.51 -
YUV 144.52 57.16 140.46 -
System Red Green Blue C M Y K H S L
Decimal 162 160 19 0 0.01 0.88 0.36 59.16 0.79 0.35
Hex A2 A0 13 0 1 58 24 3B 4F 23
Octal 242 240 23 0 1 130 44 73 117 43
Binary 10100010 10100000 10011 0 1 1011000 100100 111011 1001111 100011

Color Harmonies of #A2A013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A013

Black with #A2A013

Text Example


Text Example

White with #A2A013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A013; }

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

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

background-color css

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

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

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

border-color css

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

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

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