#A9B8AC

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

Shades of Gum Leaf #A9B8AC

Tints of Gum Leaf #A9B8AC

Color information

#A9B8AC (or 0xA9B8AC) is unknown color: approx Gum Leaf. HEX triplet: A9, B8 and AC. RGB value is (169,184,172). Sum of RGB (Red+Green+Blue) = 169+184+172=525 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.19% from 525); Green value is 184 (72.27% from 255 or 35.05% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 184 - color contains mainly: green. Hex color #A9B8AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B8AC is #564753. Grayscale: #B2B2B2. Windows color (decimal): -5654356 or 11319465. OLE color: 11319465.

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

Color convert

RGB169184172-
CMYK0.0800.070.28
HSL132º9.55%69.22%-
HSV(B)132º8.15%72.16%-
XYZ40.9545.6945.69-
YUV178.15124.53121.48-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.19%
GREEN value IS 184 (72.27% from 255) = 35.05%
BLUE value IS 172 (67.58% from 255) = 32.76%
R=32.19%
G=35.05%
B=32.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1691841720.0800.070.281329.5569.22
HexA9B8AC8071C84a45
Octal25127025410073420412105
Binary10101001101110001010110010000111111001000010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B8AC; }

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

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

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

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

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

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

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

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