#ACBB88

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

Shades of Caper #ACBB88

Tints of Caper #ACBB88

Color information

#ACBB88 (or 0xACBB88) is unknown color: approx Caper. HEX triplet: AC, BB and 88. RGB value is (172,187,136). Sum of RGB (Red+Green+Blue) = 172+187+136=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 136 (53.52% from 255 or 27.47% from 495); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBB88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBB88 is #534477. Grayscale: #B0B0B0. Windows color (decimal): -5457016 or 8960940. OLE color: 8960940.

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

Color convert

RGB172187136-
CMYK0.0800.270.27
HSL77.65º27.27%63.33%-
HSV(B)77.65º27.27%73.33%-
XYZ39.2346.0930.12-
YUV176.7105.03124.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.75%
GREEN value IS 187 (73.44% from 255) = 37.78%
BLUE value IS 136 (53.52% from 255) = 27.47%
R=34.75%
G=37.78%
B=27.47%

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
Decimal1721871360.0800.270.2777.6527.2763.33
HexACBB88801B1B4e1b3f
Octal25427321010033331163377
Binary101011001011101110001000100001101111011100111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBB88; }

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

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

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

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

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

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

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

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