Html Css Color HEX #A6C2AB Gum Leaf

📋 copy color: '#A6C2AB'

red 166 ◦ green 194 ◦ blue 171

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

Shades of Gum Leaf #A6C2AB

Tints of Gum Leaf #A6C2AB

RGB

 RED value IS 166 (65.23% from 255) = 31.26%

 GREEN value IS 194 (76.17% from 255) = 36.53%

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

R = 31.26%
G = 36.53%
B = 32.2%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#A6C2AB (or 0xA6C2AB) is known color: Gum Leaf. HEX triplet: A6, C2 and AB. RGB value is (166,194,171). Sum of RGB (Red+Green+Blue) = 166+194+171=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 194 (76.17% from 255 or 36.53% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C2AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C2AB is #593D54. Grayscale: #B7B7B7. Windows color (decimal): -5848405 or 11256486. OLE color: 11256486.

HSL color Cylindrical-coordinate representation of color #A6C2AB: hue angle of 130.71º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6C2AB is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 166 194 171 -
CMYK 0.14 0 0.12 0.24
HSL 130.71º 0.19% 0.71% -
HSV(B) 130.71º 0.14% 0.76% -
XYZ 42.37 49.63 45.87 -
YUV 183.01 121.22 115.87 -
System Red Green Blue C M Y K H S L
Decimal 166 194 171 0.14 0 0.12 0.24 130.71 0.19 0.71
Hex A6 C2 AB E 0 C 18 83 13 47
Octal 246 302 253 16 0 14 30 203 23 107
Binary 10100110 11000010 10101011 1110 0 1100 11000 10000011 10011 1000111

Color Harmonies of #A6C2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C2AB

Black with #A6C2AB

Text Example


Text Example

White with #A6C2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C2AB; }

 p { color: rgb(166,194,171); }

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

background-color css

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

 a { background-color: rgb(166,194,171); }

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

border-color css

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

 span { border-color: rgb(166,194,171); }

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