#A8B9AC

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

Shades of Gum Leaf #A8B9AC

Tints of Gum Leaf #A8B9AC

Color information

#A8B9AC (or 0xA8B9AC) is unknown color: approx Gum Leaf. HEX triplet: A8, B9 and AC. RGB value is (168,185,172). Sum of RGB (Red+Green+Blue) = 168+185+172=525 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32% from 525); Green value is 185 (72.66% from 255 or 35.24% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B9AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B9AC is #574653. Grayscale: #B2B2B2. Windows color (decimal): -5719636 or 11319720. OLE color: 11319720.

HSL color Cylindrical-coordinate representation of color #A8B9AC: hue angle of 134.12º degrees, saturation: 0.11, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A8B9AC is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB168185172-
CMYK0.0900.070.27
HSL134.12º10.83%69.22%-
HSV(B)134.12º9.19%72.55%-
XYZ40.944645.75-
YUV178.44124.37120.56-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32%
GREEN value IS 185 (72.66% from 255) = 35.24%
BLUE value IS 172 (67.58% from 255) = 32.76%
R=32%
G=35.24%
B=32.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681851720.0900.070.27134.1210.8369.22
HexA8B9AC9071B86b45
Octal25027125411073320613105
Binary10101000101110011010110010010111110111000011010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B9AC; }

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

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

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

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

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

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

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

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