Html Css Color HEX #A2A513 Lucky

📋 copy color: '#A2A513'

red 162 ◦ green 165 ◦ blue 19

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

Shades of Lucky #A2A513

Tints of Lucky #A2A513

RGB

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

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

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

R = 46.82%
G = 47.69%
B = 5.49%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A2A513 (or 0xA2A513) is known color: Lucky. HEX triplet: A2, A5 and 13. RGB value is (162,165,19). Sum of RGB (Red+Green+Blue) = 162+165+19=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 165 (64.84% from 255 or 47.69% from 346); Blue value is 19 (7.81% from 255 or 5.49% from 346); Max value from RGB is 165 - color contains mainly: green. Hex color #A2A513 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2A513 is #5D5AEC. Grayscale: #949494. Windows color (decimal): -6118125 or 1287586. OLE color: 1287586.

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

Color convert

RGB 162 165 19 -
CMYK 0.02 0 0.88 0.35
HSL 61.23º 0.79% 0.36% -
HSV(B) 61.23º 0.88% 0.65% -
XYZ 28.47 34.64 5.8 -
YUV 147.46 55.51 138.37 -
System Red Green Blue C M Y K H S L
Decimal 162 165 19 0.02 0 0.88 0.35 61.23 0.79 0.36
Hex A2 A5 13 2 0 58 23 3D 4F 24
Octal 242 245 23 2 0 130 43 75 117 44
Binary 10100010 10100101 10011 10 0 1011000 100011 111101 1001111 100100

Color Harmonies of #A2A513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A513

Black with #A2A513

Text Example


Text Example

White with #A2A513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A513; }

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

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

background-color css

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

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

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

border-color css

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

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

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