#ACB8AE

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

Shades of Gum Leaf #ACB8AE

Tints of Gum Leaf #ACB8AE

Color information

#ACB8AE (or 0xACB8AE) is unknown color: approx Gum Leaf. HEX triplet: AC, B8 and AE. RGB value is (172,184,174). Sum of RGB (Red+Green+Blue) = 172+184+174=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 184 (72.27% from 255 or 34.72% from 530); Blue value is 174 (68.36% from 255 or 32.83% from 530); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB8AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB8AE is #534751. Grayscale: #B3B3B3. Windows color (decimal): -5457746 or 11450540. OLE color: 11450540.

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

Color convert

RGB172184174-
CMYK0.0700.050.28
HSL130º7.79%69.8%-
HSV(B)130º6.52%72.16%-
XYZ41.7946.1146.74-
YUV179.27125.02122.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.45%
GREEN value IS 184 (72.27% from 255) = 34.72%
BLUE value IS 174 (68.36% from 255) = 32.83%
R=32.45%
G=34.72%
B=32.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721841740.0700.050.281307.7969.8
HexACB8AE7051C82846
Octal2542702567053420210106
Binary1010110010111000101011101110101111001000001010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB8AE; }

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

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

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

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

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

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

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

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