#A6B8AC

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

Shades of Gum Leaf #A6B8AC

Tints of Gum Leaf #A6B8AC

Color information

#A6B8AC (or 0xA6B8AC) is unknown color: approx Gum Leaf. HEX triplet: A6, B8 and AC. RGB value is (166,184,172). Sum of RGB (Red+Green+Blue) = 166+184+172=522 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.80% from 522); Green value is 184 (72.27% from 255 or 35.25% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 184 - color contains mainly: green. Hex color #A6B8AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B8AC is #594753. Grayscale: #B1B1B1. Windows color (decimal): -5850964 or 11319462. OLE color: 11319462.

HSL color Cylindrical-coordinate representation of color #A6B8AC: hue angle of 140º 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 #A6B8AC is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB166184172-
CMYK0.1000.070.28
HSL140º11.25%68.63%-
HSV(B)140º9.78%72.16%-
XYZ40.3145.3745.66-
YUV177.25125.04119.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.80%
GREEN value IS 184 (72.27% from 255) = 35.25%
BLUE value IS 172 (67.58% from 255) = 32.95%
R=31.80%
G=35.25%
B=32.95%

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
Decimal1661841720.1000.070.2814011.2568.63
HexA6B8ACA071C8cb45
Octal24627025412073421413105
Binary10100110101110001010110010100111111001000110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B8AC; }

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

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

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

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

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

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

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

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