Html Css Color HEX #A2A331 Lucky

📋 copy color: '#A2A331'

red 162 ◦ green 163 ◦ blue 49

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

Shades of Lucky #A2A331

Tints of Lucky #A2A331

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.58%

 BLUE value IS 49 (19.53% from 255) = 13.1%

R = 43.32%
G = 43.58%
B = 13.1%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A2A331 (or 0xA2A331) is known color: Lucky. HEX triplet: A2, A3 and 31. RGB value is (162,163,49). Sum of RGB (Red+Green+Blue) = 162+163+49=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 163 (64.06% from 255 or 43.58% from 374); Blue value is 49 (19.53% from 255 or 13.10% from 374); Max value from RGB is 163 - color contains mainly: green. Hex color #A2A331 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A331 is #5D5CCE. Grayscale: #969696. Windows color (decimal): -6118607 or 3253154. OLE color: 3253154.

HSL color Cylindrical-coordinate representation of color #A2A331: hue angle of 60.53º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A2A331 is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 163 49 -
CMYK 0.01 0 0.70 0.36
HSL 60.53º 0.54% 0.42% -
HSV(B) 60.53º 0.7% 0.64% -
XYZ 28.55 34.1 7.98 -
YUV 149.71 71.17 136.77 -
System Red Green Blue C M Y K H S L
Decimal 162 163 49 0.01 0 0.70 0.36 60.53 0.54 0.42
Hex A2 A3 31 1 0 46 24 3D 36 2A
Octal 242 243 61 1 0 106 44 75 66 52
Binary 10100010 10100011 110001 1 0 1000110 100100 111101 110110 101010

Color Harmonies of #A2A331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A331

Black with #A2A331

Text Example


Text Example

White with #A2A331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A331; }

 p { color: rgb(162,163,49); }

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

background-color css

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

 a { background-color: rgb(162,163,49); }

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

border-color css

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

 span { border-color: rgb(162,163,49); }

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