Html Css Color HEX #A2A511 Lucky

📋 copy color: '#A2A511'

red 162 ◦ green 165 ◦ blue 17

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

Shades of Lucky #A2A511

Tints of Lucky #A2A511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.94%

R = 47.09%
G = 47.97%
B = 4.94%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A2A511 (or 0xA2A511) is known color: Lucky. HEX triplet: A2, A5 and 11. RGB value is (162,165,17). Sum of RGB (Red+Green+Blue) = 162+165+17=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 165 (64.84% from 255 or 47.97% from 344); Blue value is 17 (7.03% from 255 or 4.94% from 344); Max value from RGB is 165 - color contains mainly: green. Hex color #A2A511 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2A511 is #5D5AEE. Grayscale: #939393. Windows color (decimal): -6118127 or 1156514. OLE color: 1156514.

HSL color Cylindrical-coordinate representation of color #A2A511: hue angle of 61.22º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A2A511 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 162 165 17 -
CMYK 0.02 0 0.90 0.35
HSL 61.22º 0.81% 0.36% -
HSV(B) 61.22º 0.9% 0.65% -
XYZ 28.46 34.63 5.72 -
YUV 147.23 54.51 138.53 -
System Red Green Blue C M Y K H S L
Decimal 162 165 17 0.02 0 0.90 0.35 61.22 0.81 0.36
Hex A2 A5 11 2 0 5A 23 3D 51 24
Octal 242 245 21 2 0 132 43 75 121 44
Binary 10100010 10100101 10001 10 0 1011010 100011 111101 1010001 100100

Color Harmonies of #A2A511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A511

Black with #A2A511

Text Example


Text Example

White with #A2A511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A511; }

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

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

background-color css

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

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

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

border-color css

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

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

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