#ACBAAE

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

Shades of Gum Leaf #ACBAAE

Tints of Gum Leaf #ACBAAE

Color information

#ACBAAE (or 0xACBAAE) is unknown color: approx Gum Leaf. HEX triplet: AC, BA and AE. RGB value is (172,186,174). Sum of RGB (Red+Green+Blue) = 172+186+174=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 174 (68.36% from 255 or 32.71% from 532); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBAAE is #534551. Grayscale: #B4B4B4. Windows color (decimal): -5457234 or 11451052. OLE color: 11451052.

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

Color convert

RGB172186174-
CMYK0.0800.060.27
HSL128.57º9.21%70.2%-
HSV(B)128.57º7.53%72.94%-
XYZ42.2146.9446.88-
YUV180.45124.36121.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.33%
GREEN value IS 186 (73.05% from 255) = 34.96%
BLUE value IS 174 (68.36% from 255) = 32.71%
R=32.33%
G=34.96%
B=32.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721861740.0800.060.27128.579.2170.2
HexACBAAE8061B81946
Octal25427225610063320111106
Binary10101100101110101010111010000110110111000000110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBAAE; }

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

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

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

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

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

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

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

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