#A6BFA8

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

Shades of Gum Leaf #A6BFA8

Tints of Gum Leaf #A6BFA8

Color information

#A6BFA8 (or 0xA6BFA8) is unknown color: approx Gum Leaf. HEX triplet: A6, BF and A8. RGB value is (166,191,168). Sum of RGB (Red+Green+Blue) = 166+191+168=525 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.62% from 525); Green value is 191 (75% from 255 or 36.38% from 525); Blue value is 168 (66.02% from 255 or 32% from 525); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BFA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BFA8 is #594057. Grayscale: #B4B4B4. Windows color (decimal): -5849176 or 11059110. OLE color: 11059110.

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

Color convert

RGB166191168-
CMYK0.1300.120.25
HSL124.8º16.34%70%-
HSV(B)124.8º13.09%74.9%-
XYZ41.4248.244.17-
YUV180.9120.72117.37-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.62%
GREEN value IS 191 (75% from 255) = 36.38%
BLUE value IS 168 (66.02% from 255) = 32%
R=31.62%
G=36.38%
B=32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661911680.1300.120.25124.816.3470
HexA6BFA8D0C197d1046
Octal246277250150143117520106
Binary101001101011111110101000110101100110011111101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BFA8; }

 p { color: rgb(166,191,168); }

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

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

 a { background-color: rgb(166,191,168); }

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

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

 span { border-color: rgb(166,191,168); }

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