#A6B8AB

Color #A6B8AB Gum Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gum Leaf #A6B8AB

Tints of Gum Leaf #A6B8AB

Color information

#A6B8AB (or 0xA6B8AB) is unknown color: approx Gum Leaf. HEX triplet: A6, B8 and AB. RGB value is (166,184,171). Sum of RGB (Red+Green+Blue) = 166+184+171=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 184 (72.27% from 255 or 35.32% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 184 - color contains mainly: green. Hex color #A6B8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B8AB is #594754. Grayscale: #B1B1B1. Windows color (decimal): -5850965 or 11253926. OLE color: 11253926.

HSL color Cylindrical-coordinate representation of color #A6B8AB: hue angle of 136.67º degrees, saturation: 0.11, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A6B8AB is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB166184171-
CMYK0.1000.070.28
HSL136.67º11.25%68.63%-
HSV(B)136.67º9.78%72.16%-
XYZ40.2245.3345.16-
YUV177.14124.54120.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.86%
GREEN value IS 184 (72.27% from 255) = 35.32%
BLUE value IS 171 (67.19% from 255) = 32.82%
R=31.86%
G=35.32%
B=32.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1661841710.1000.070.28136.6711.2568.63
HexA6B8ABA071C89b45
Octal24627025312073421113105
Binary10100110101110001010101110100111111001000100110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B8AB; }

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

 H1.HeaderClassName
 {
   color: #A6B8AB;
 }
 .AnyTagClassName
 {
   color: #A6B8AB;
 }
</style>
background-color css

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

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

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

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

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

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