#ACBAAF

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

Shades of Gum Leaf #ACBAAF

Tints of Gum Leaf #ACBAAF

Color information

#ACBAAF (or 0xACBAAF) is unknown color: approx Gum Leaf. HEX triplet: AC, BA and AF. RGB value is (172,186,175). Sum of RGB (Red+Green+Blue) = 172+186+175=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBAAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBAAF is #534550. Grayscale: #B4B4B4. Windows color (decimal): -5457233 or 11516588. OLE color: 11516588.

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

Color convert

RGB172186175-
CMYK0.0800.060.27
HSL132.86º9.21%70.2%-
HSV(B)132.86º7.53%72.94%-
XYZ42.3146.9847.4-
YUV180.56124.86121.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.27%
GREEN value IS 186 (73.05% from 255) = 34.90%
BLUE value IS 175 (68.75% from 255) = 32.83%
R=32.27%
G=34.90%
B=32.83%

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
Decimal1721861750.0800.060.27132.869.2170.2
HexACBAAF8061B85946
Octal25427225710063320511106
Binary10101100101110101010111110000110110111000010110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBAAF; }

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

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

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

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

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

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

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

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