#ACBB87

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

Shades of Caper #ACBB87

Tints of Caper #ACBB87

Color information

#ACBB87 (or 0xACBB87) is unknown color: approx Caper. HEX triplet: AC, BB and 87. RGB value is (172,187,135). Sum of RGB (Red+Green+Blue) = 172+187+135=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 187 (73.44% from 255 or 37.85% from 494); Blue value is 135 (53.12% from 255 or 27.33% from 494); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBB87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBB87 is #534478. Grayscale: #B0B0B0. Windows color (decimal): -5457017 or 8895404. OLE color: 8895404.

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

Color convert

RGB172187135-
CMYK0.0800.280.27
HSL77.31º27.66%63.14%-
HSV(B)77.31º27.81%73.33%-
XYZ39.1646.0629.75-
YUV176.59104.53124.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.82%
GREEN value IS 187 (73.44% from 255) = 37.85%
BLUE value IS 135 (53.12% from 255) = 27.33%
R=34.82%
G=37.85%
B=27.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721871350.0800.280.2777.3127.6663.14
HexACBB87801C1B4d1c3f
Octal25427320710034331153477
Binary101011001011101110000111100001110011011100110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBB87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBB87; }

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

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

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

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

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

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

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

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