#A8B6AC

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

Shades of Gum Leaf #A8B6AC

Tints of Gum Leaf #A8B6AC

Color information

#A8B6AC (or 0xA8B6AC) is unknown color: approx Gum Leaf. HEX triplet: A8, B6 and AC. RGB value is (168,182,172). Sum of RGB (Red+Green+Blue) = 168+182+172=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 182 (71.48% from 255 or 34.87% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B6AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B6AC is #574953. Grayscale: #B0B0B0. Windows color (decimal): -5720404 or 11318952. OLE color: 11318952.

HSL color Cylindrical-coordinate representation of color #A8B6AC: hue angle of 137.14º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A8B6AC is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB168182172-
CMYK0.0800.050.29
HSL137.14º8.75%68.63%-
HSV(B)137.14º7.69%71.37%-
XYZ40.3244.7645.54-
YUV176.67125.36121.81-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.18%
GREEN value IS 182 (71.48% from 255) = 34.87%
BLUE value IS 172 (67.58% from 255) = 32.95%
R=32.18%
G=34.87%
B=32.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681821720.0800.050.29137.148.7568.63
HexA8B6AC8051D89945
Octal25026625410053521111105
Binary10101000101101101010110010000101111011000100110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B6AC; }

 p { color: rgb(168,182,172); }

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

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

 a { background-color: rgb(168,182,172); }

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

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

 span { border-color: rgb(168,182,172); }

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