Html Css Color HEX #A2AB4F Green Smoke

📋 copy color: '#A2AB4F'

red 162 ◦ green 171 ◦ blue 79

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

Shades of Green Smoke #A2AB4F

Tints of Green Smoke #A2AB4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.17%

R = 39.32%
G = 41.5%
B = 19.17%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#A2AB4F (or 0xA2AB4F) is known color: Green Smoke. HEX triplet: A2, AB and 4F. RGB value is (162,171,79). Sum of RGB (Red+Green+Blue) = 162+171+79=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 79 (31.25% from 255 or 19.17% from 412); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AB4F is #5D54B0. Grayscale: #9E9E9E. Windows color (decimal): -6116529 or 5221282. OLE color: 5221282.

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

Color convert

RGB 162 171 79 -
CMYK 0.05 0 0.54 0.33
HSL 65.87º 0.37% 0.49% -
HSV(B) 65.87º 0.54% 0.67% -
XYZ 30.87 37.37 12.98 -
YUV 157.82 83.52 130.98 -
System Red Green Blue C M Y K H S L
Decimal 162 171 79 0.05 0 0.54 0.33 65.87 0.37 0.49
Hex A2 AB 4F 5 0 36 21 42 25 31
Octal 242 253 117 5 0 66 41 102 45 61
Binary 10100010 10101011 1001111 101 0 110110 100001 1000010 100101 110001

Color Harmonies of #A2AB4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AB4F

Black with #A2AB4F

Text Example


Text Example

White with #A2AB4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AB4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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