Html Css Color HEX #A2AB53 Green Smoke

📋 copy color: '#A2AB53'

red 162 ◦ green 171 ◦ blue 83

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

Shades of Green Smoke #A2AB53

Tints of Green Smoke #A2AB53

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.11%

 BLUE value IS 83 (32.81% from 255) = 19.95%

R = 38.94%
G = 41.11%
B = 19.95%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#A2AB53 (or 0xA2AB53) is known color: Green Smoke. HEX triplet: A2, AB and 53. RGB value is (162,171,83). Sum of RGB (Red+Green+Blue) = 162+171+83=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 83 (32.81% from 255 or 19.95% from 416); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AB53 is #5D54AC. Grayscale: #9E9E9E. Windows color (decimal): -6116525 or 5483426. OLE color: 5483426.

HSL color Cylindrical-coordinate representation of color #A2AB53: hue angle of 66.14º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2AB53 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 171 83 -
CMYK 0.05 0 0.51 0.33
HSL 66.14º 0.35% 0.5% -
HSV(B) 66.14º 0.51% 0.67% -
XYZ 31.02 37.43 13.77 -
YUV 158.28 85.52 130.66 -
System Red Green Blue C M Y K H S L
Decimal 162 171 83 0.05 0 0.51 0.33 66.14 0.35 0.5
Hex A2 AB 53 5 0 33 21 42 23 32
Octal 242 253 123 5 0 63 41 102 43 62
Binary 10100010 10101011 1010011 101 0 110011 100001 1000010 100011 110010

Color Harmonies of #A2AB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AB53

Black with #A2AB53

Text Example


Text Example

White with #A2AB53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AB53; }

 p { color: rgb(162,171,83); }

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

background-color css

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

 a { background-color: rgb(162,171,83); }

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

border-color css

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

 span { border-color: rgb(162,171,83); }

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