Html Css Color HEX #A2C0AB Gum Leaf

📋 copy color: '#A2C0AB'

red 162 ◦ green 192 ◦ blue 171

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

Shades of Gum Leaf #A2C0AB

Tints of Gum Leaf #A2C0AB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.57%

 BLUE value IS 171 (67.19% from 255) = 32.57%

R = 30.86%
G = 36.57%
B = 32.57%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#A2C0AB (or 0xA2C0AB) is known color: Gum Leaf. HEX triplet: A2, C0 and AB. RGB value is (162,192,171). Sum of RGB (Red+Green+Blue) = 162+192+171=525 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.86% from 525); Green value is 192 (75.39% from 255 or 36.57% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C0AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C0AB is #5D3F54. Grayscale: #B4B4B4. Windows color (decimal): -6111061 or 11255970. OLE color: 11255970.

HSL color Cylindrical-coordinate representation of color #A2C0AB: hue angle of 138º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A2C0AB is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 192 171 -
CMYK 0.16 0 0.11 0.25
HSL 138º 0.19% 0.69% -
HSV(B) 138º 0.16% 0.75% -
XYZ 41.1 48.32 45.69 -
YUV 180.64 122.56 114.71 -
System Red Green Blue C M Y K H S L
Decimal 162 192 171 0.16 0 0.11 0.25 138 0.19 0.69
Hex A2 C0 AB 10 0 B 19 8A 13 45
Octal 242 300 253 20 0 13 31 212 23 105
Binary 10100010 11000000 10101011 10000 0 1011 11001 10001010 10011 1000101

Color Harmonies of #A2C0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C0AB

Black with #A2C0AB

Text Example


Text Example

White with #A2C0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C0AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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