#ACBAB0

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

Shades of Gum Leaf #ACBAB0

Tints of Gum Leaf #ACBAB0

Color information

#ACBAB0 (or 0xACBAB0) is unknown color: approx Gum Leaf. HEX triplet: AC, BA and B0. RGB value is (172,186,176). Sum of RGB (Red+Green+Blue) = 172+186+176=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 176 (69.14% from 255 or 32.96% from 534); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBAB0 is #53454F. Grayscale: #B4B4B4. Windows color (decimal): -5457232 or 11582124. OLE color: 11582124.

HSL color Cylindrical-coordinate representation of color #ACBAB0: hue angle of 137.14º 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 #ACBAB0 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB172186176-
CMYK0.0800.050.27
HSL137.14º9.21%70.2%-
HSV(B)137.14º7.53%72.94%-
XYZ42.4147.0247.92-
YUV180.67125.36121.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.21%
GREEN value IS 186 (73.05% from 255) = 34.83%
BLUE value IS 176 (69.14% from 255) = 32.96%
R=32.21%
G=34.83%
B=32.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721861760.0800.050.27137.149.2170.2
HexACBAB08051B89946
Octal25427226010053321111106
Binary10101100101110101011000010000101110111000100110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBAB0; }

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

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

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

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

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

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

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

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