#ACB484

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

Shades of Caper #ACB484

Tints of Caper #ACB484

Color information

#ACB484 (or 0xACB484) is unknown color: approx Caper. HEX triplet: AC, B4 and 84. RGB value is (172,180,132). Sum of RGB (Red+Green+Blue) = 172+180+132=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 132 (51.95% from 255 or 27.27% from 484); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB484 is #534B7B. Grayscale: #ACACAC. Windows color (decimal): -5458812 or 8697004. OLE color: 8697004.

HSL color Cylindrical-coordinate representation of color #ACB484: hue angle of 70º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACB484 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB172180132-
CMYK0.0400.270.29
HSL70º24.24%61.18%-
HSV(B)70º26.67%70.59%-
XYZ37.543.0828.17-
YUV172.14105.35127.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.54%
GREEN value IS 180 (70.70% from 255) = 37.19%
BLUE value IS 132 (51.95% from 255) = 27.27%
R=35.54%
G=37.19%
B=27.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721801320.0400.270.297024.2461.18
HexACB484401B1D46183d
Octal2542642044033351063075
Binary10101100101101001000010010001101111101100011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB484; }

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

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

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

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

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

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

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

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