#ACBB89

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

Shades of Caper #ACBB89

Tints of Caper #ACBB89

Color information

#ACBB89 (or 0xACBB89) is unknown color: approx Caper. HEX triplet: AC, BB and 89. RGB value is (172,187,137). Sum of RGB (Red+Green+Blue) = 172+187+137=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 187 (73.44% from 255 or 37.70% from 496); Blue value is 137 (53.91% from 255 or 27.62% from 496); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBB89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBB89 is #534476. Grayscale: #B1B1B1. Windows color (decimal): -5457015 or 9026476. OLE color: 9026476.

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

Color convert

RGB172187137-
CMYK0.0800.270.27
HSL78º26.88%63.53%-
HSV(B)78º26.74%73.33%-
XYZ39.346.1230.5-
YUV176.82105.53124.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.68%
GREEN value IS 187 (73.44% from 255) = 37.70%
BLUE value IS 137 (53.91% from 255) = 27.62%
R=34.68%
G=37.70%
B=27.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721871370.0800.270.277826.8863.53
HexACBB89801B1B4e1b40
Octal254273211100333311633100
Binary1010110010111011100010011000011011110111001110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBB89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBB89; }

 p { color: rgb(172,187,137); }

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

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

 a { background-color: rgb(172,187,137); }

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

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

 span { border-color: rgb(172,187,137); }

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