Html Css Color HEX #A2AB52 Green Smoke

📋 copy color: '#A2AB52'

red 162 ◦ green 171 ◦ blue 82

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

Shades of Green Smoke #A2AB52

Tints of Green Smoke #A2AB52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.76%

R = 39.04%
G = 41.2%
B = 19.76%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#A2AB52 (or 0xA2AB52) is known color: Green Smoke. HEX triplet: A2, AB and 52. RGB value is (162,171,82). Sum of RGB (Red+Green+Blue) = 162+171+82=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 82 (32.42% from 255 or 19.76% from 415); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AB52 is #5D54AD. Grayscale: #9E9E9E. Windows color (decimal): -6116526 or 5417890. OLE color: 5417890.

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

Color convert

RGB 162 171 82 -
CMYK 0.05 0 0.52 0.33
HSL 66.07º 0.35% 0.5% -
HSV(B) 66.07º 0.52% 0.67% -
XYZ 30.99 37.42 13.57 -
YUV 158.16 85.02 130.74 -
System Red Green Blue C M Y K H S L
Decimal 162 171 82 0.05 0 0.52 0.33 66.07 0.35 0.5
Hex A2 AB 52 5 0 34 21 42 23 32
Octal 242 253 122 5 0 64 41 102 43 62
Binary 10100010 10101011 1010010 101 0 110100 100001 1000010 100011 110010

Color Harmonies of #A2AB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AB52

Black with #A2AB52

Text Example


Text Example

White with #A2AB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AB52; }

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

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

background-color css

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

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

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

border-color css

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

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

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