Html Css Color HEX #A2A519 Lucky

📋 copy color: '#A2A519'

red 162 ◦ green 165 ◦ blue 25

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

Shades of Lucky #A2A519

Tints of Lucky #A2A519

RGB

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

 GREEN value IS 165 (64.84% from 255) = 46.88%

 BLUE value IS 25 (10.16% from 255) = 7.1%

R = 46.02%
G = 46.88%
B = 7.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A2A519 (or 0xA2A519) is known color: Lucky. HEX triplet: A2, A5 and 19. RGB value is (162,165,25). Sum of RGB (Red+Green+Blue) = 162+165+25=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 165 (64.84% from 255 or 46.88% from 352); Blue value is 25 (10.16% from 255 or 7.10% from 352); Max value from RGB is 165 - color contains mainly: green. Hex color #A2A519 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2A519 is #5D5AE6. Grayscale: #949494. Windows color (decimal): -6118119 or 1680802. OLE color: 1680802.

HSL color Cylindrical-coordinate representation of color #A2A519: hue angle of 61.29º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A2A519 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB 162 165 25 -
CMYK 0.02 0 0.85 0.35
HSL 61.29º 0.74% 0.37% -
HSV(B) 61.29º 0.85% 0.65% -
XYZ 28.53 34.66 6.11 -
YUV 148.14 58.51 137.88 -
System Red Green Blue C M Y K H S L
Decimal 162 165 25 0.02 0 0.85 0.35 61.29 0.74 0.37
Hex A2 A5 19 2 0 55 23 3D 4A 25
Octal 242 245 31 2 0 125 43 75 112 45
Binary 10100010 10100101 11001 10 0 1010101 100011 111101 1001010 100101

Color Harmonies of #A2A519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A519

Black with #A2A519

Text Example


Text Example

White with #A2A519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A519; }

 p { color: rgb(162,165,25); }

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

background-color css

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

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

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

border-color css

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

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

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