#ACB9AE

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

Shades of Gum Leaf #ACB9AE

Tints of Gum Leaf #ACB9AE

Color information

#ACB9AE (or 0xACB9AE) is unknown color: approx Gum Leaf. HEX triplet: AC, B9 and AE. RGB value is (172,185,174). Sum of RGB (Red+Green+Blue) = 172+185+174=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 185 (72.66% from 255 or 34.84% from 531); Blue value is 174 (68.36% from 255 or 32.77% from 531); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB9AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB9AE is #534651. Grayscale: #B3B3B3. Windows color (decimal): -5457490 or 11450796. OLE color: 11450796.

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

Color convert

RGB172185174-
CMYK0.0700.060.27
HSL129.23º8.5%70%-
HSV(B)129.23º7.03%72.55%-
XYZ4246.5246.81-
YUV179.86124.69122.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.39%
GREEN value IS 185 (72.66% from 255) = 34.84%
BLUE value IS 174 (68.36% from 255) = 32.77%
R=32.39%
G=34.84%
B=32.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721851740.0700.060.27129.238.570
HexACB9AE7061B81846
Octal2542712567063320110106
Binary1010110010111001101011101110110110111000000110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB9AE; }

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

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

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

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

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

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

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

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