#ACB884

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

Shades of Caper #ACB884

Tints of Caper #ACB884

Color information

#ACB884 (or 0xACB884) is unknown color: approx Caper. HEX triplet: AC, B8 and 84. RGB value is (172,184,132). Sum of RGB (Red+Green+Blue) = 172+184+132=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 184 (72.27% from 255 or 37.70% from 488); Blue value is 132 (51.95% from 255 or 27.05% from 488); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB884 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB884 is #53477B. Grayscale: #AEAEAE. Windows color (decimal): -5457788 or 8698028. OLE color: 8698028.

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

Color convert

RGB172184132-
CMYK0.0700.280.28
HSL73.85º26.8%61.96%-
HSV(B)73.85º28.26%72.16%-
XYZ38.3244.7228.44-
YUV174.48104.02126.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.25%
GREEN value IS 184 (72.27% from 255) = 37.70%
BLUE value IS 132 (51.95% from 255) = 27.05%
R=35.25%
G=37.70%
B=27.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721841320.0700.280.2873.8526.861.96
HexACB884701C1C4a1b3e
Octal2542702047034341123376
Binary10101100101110001000010011101110011100100101011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB884; }

 p { color: rgb(172,184,132); }

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

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

 a { background-color: rgb(172,184,132); }

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

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

 span { border-color: rgb(172,184,132); }

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