Html Css Color HEX #A2BBAA Gum Leaf

📋 copy color: '#A2BBAA'

red 162 ◦ green 187 ◦ blue 170

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

Shades of Gum Leaf #A2BBAA

Tints of Gum Leaf #A2BBAA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.03%

 BLUE value IS 170 (66.8% from 255) = 32.76%

R = 31.21%
G = 36.03%
B = 32.76%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#A2BBAA (or 0xA2BBAA) is known color: Gum Leaf. HEX triplet: A2, BB and AA. RGB value is (162,187,170). Sum of RGB (Red+Green+Blue) = 162+187+170=519 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.21% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 187 - color contains mainly: green. Hex color #A2BBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BBAA is #5D4455. Grayscale: #B1B1B1. Windows color (decimal): -6112342 or 11189154. OLE color: 11189154.

HSL color Cylindrical-coordinate representation of color #A2BBAA: hue angle of 139.2º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A2BBAA is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 187 170 -
CMYK 0.13 0 0.09 0.27
HSL 139.2º 0.16% 0.68% -
HSV(B) 139.2º 0.13% 0.73% -
XYZ 39.93 46.12 44.83 -
YUV 177.59 123.72 116.88 -
System Red Green Blue C M Y K H S L
Decimal 162 187 170 0.13 0 0.09 0.27 139.2 0.16 0.68
Hex A2 BB AA D 0 9 1B 8B 10 44
Octal 242 273 252 15 0 11 33 213 20 104
Binary 10100010 10111011 10101010 1101 0 1001 11011 10001011 10000 1000100

Color Harmonies of #A2BBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BBAA

Black with #A2BBAA

Text Example


Text Example

White with #A2BBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BBAA; }

 p { color: rgb(162,187,170); }

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

background-color css

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

 a { background-color: rgb(162,187,170); }

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

border-color css

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

 span { border-color: rgb(162,187,170); }

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