#A9B5AC

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

Shades of Gum Leaf #A9B5AC

Tints of Gum Leaf #A9B5AC

Color information

#A9B5AC (or 0xA9B5AC) is unknown color: approx Gum Leaf. HEX triplet: A9, B5 and AC. RGB value is (169,181,172). Sum of RGB (Red+Green+Blue) = 169+181+172=522 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.38% from 522); Green value is 181 (71.09% from 255 or 34.67% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 181 - color contains mainly: green. Hex color #A9B5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B5AC is #564A53. Grayscale: #B0B0B0. Windows color (decimal): -5655124 or 11318697. OLE color: 11318697.

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

Color convert

RGB169181172-
CMYK0.0700.050.29
HSL135º7.5%68.63%-
HSV(B)135º6.63%70.98%-
XYZ40.3344.4645.49-
YUV176.39125.52122.73-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.38%
GREEN value IS 181 (71.09% from 255) = 34.67%
BLUE value IS 172 (67.58% from 255) = 32.95%
R=32.38%
G=34.67%
B=32.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691811720.0700.050.291357.568.63
HexA9B5AC7051D87845
Octal2512652547053520710105
Binary1010100110110101101011001110101111011000011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B5AC; }

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

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

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

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

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

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

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

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