#ACBE86

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

Shades of Caper #ACBE86

Tints of Caper #ACBE86

Color information

#ACBE86 (or 0xACBE86) is unknown color: approx Caper. HEX triplet: AC, BE and 86. RGB value is (172,190,134). Sum of RGB (Red+Green+Blue) = 172+190+134=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 190 (74.61% from 255 or 38.31% from 496); Blue value is 134 (52.73% from 255 or 27.02% from 496); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBE86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBE86 is #534179. Grayscale: #B2B2B2. Windows color (decimal): -5456250 or 8830636. OLE color: 8830636.

HSL color Cylindrical-coordinate representation of color #ACBE86: hue angle of 79.29º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACBE86 is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB172190134-
CMYK0.0900.290.25
HSL79.29º30.11%63.53%-
HSV(B)79.29º29.47%74.51%-
XYZ39.7347.3229.59-
YUV178.23103.04123.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.68%
GREEN value IS 190 (74.61% from 255) = 38.31%
BLUE value IS 134 (52.73% from 255) = 27.02%
R=34.68%
G=38.31%
B=27.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721901340.0900.290.2579.2930.1163.53
HexACBE86901D194f1e40
Octal254276206110353111736100
Binary1010110010111110100001101001011101110011001111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBE86; }

 p { color: rgb(172,190,134); }

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

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

 a { background-color: rgb(172,190,134); }

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

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

 span { border-color: rgb(172,190,134); }

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