#A9B4AC

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

Shades of Gum Leaf #A9B4AC

Tints of Gum Leaf #A9B4AC

Color information

#A9B4AC (or 0xA9B4AC) is unknown color: approx Gum Leaf. HEX triplet: A9, B4 and AC. RGB value is (169,180,172). Sum of RGB (Red+Green+Blue) = 169+180+172=521 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.44% from 521); Green value is 180 (70.70% from 255 or 34.55% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B4AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B4AC is #564B53. Grayscale: #AFAFAF. Windows color (decimal): -5655380 or 11318441. OLE color: 11318441.

HSL color Cylindrical-coordinate representation of color #A9B4AC: hue angle of 136.36º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A9B4AC is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB169180172-
CMYK0.0600.040.29
HSL136.36º6.83%68.43%-
HSV(B)136.36º6.11%70.59%-
XYZ40.1344.0645.42-
YUV175.8125.86123.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.44%
GREEN value IS 180 (70.70% from 255) = 34.55%
BLUE value IS 172 (67.58% from 255) = 33.01%
R=32.44%
G=34.55%
B=33.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691801720.0600.040.29136.366.8368.43
HexA9B4AC6041D88744
Octal251264254604352107104
Binary101010011011010010101100110010011101100010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B4AC; }

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

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

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

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

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

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

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

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