Html Css Color HEX #A2AB70 Green Smoke

📋 copy color: '#A2AB70'

red 162 ◦ green 171 ◦ blue 112

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

Shades of Green Smoke #A2AB70

Tints of Green Smoke #A2AB70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.17%

R = 36.4%
G = 38.43%
B = 25.17%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#A2AB70 (or 0xA2AB70) is known color: Green Smoke. HEX triplet: A2, AB and 70. RGB value is (162,171,112). Sum of RGB (Red+Green+Blue) = 162+171+112=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 171 (67.19% from 255 or 38.43% from 445); Blue value is 112 (44.14% from 255 or 25.17% from 445); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AB70 is #5D548F. Grayscale: #A1A1A1. Windows color (decimal): -6116496 or 7383970. OLE color: 7383970.

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

Color convert

RGB 162 171 112 -
CMYK 0.05 0 0.35 0.33
HSL 69.15º 0.26% 0.55% -
HSV(B) 69.15º 0.35% 0.67% -
XYZ 32.39 37.98 20.95 -
YUV 161.58 100.02 128.3 -
System Red Green Blue C M Y K H S L
Decimal 162 171 112 0.05 0 0.35 0.33 69.15 0.26 0.55
Hex A2 AB 70 5 0 23 21 45 1A 37
Octal 242 253 160 5 0 43 41 105 32 67
Binary 10100010 10101011 1110000 101 0 100011 100001 1000101 11010 110111

Color Harmonies of #A2AB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AB70

Black with #A2AB70

Text Example


Text Example

White with #A2AB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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