#ACB585

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

Shades of Caper #ACB585

Tints of Caper #ACB585

Color information

#ACB585 (or 0xACB585) is unknown color: approx Caper. HEX triplet: AC, B5 and 85. RGB value is (172,181,133). Sum of RGB (Red+Green+Blue) = 172+181+133=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 181 (71.09% from 255 or 37.24% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB585 is #534A7A. Grayscale: #ADADAD. Windows color (decimal): -5458555 or 8762796. OLE color: 8762796.

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

Color convert

RGB172181133-
CMYK0.0500.270.29
HSL71.25º24.49%61.57%-
HSV(B)71.25º26.52%70.98%-
XYZ37.7743.5128.6-
YUV172.84105.52127.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.39%
GREEN value IS 181 (71.09% from 255) = 37.24%
BLUE value IS 133 (52.34% from 255) = 27.37%
R=35.39%
G=37.24%
B=27.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721811330.0500.270.2971.2524.4961.57
HexACB585501B1D47183e
Octal2542652055033351073076
Binary10101100101101011000010110101101111101100011111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB585; }

 p { color: rgb(172,181,133); }

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

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

 a { background-color: rgb(172,181,133); }

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

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

 span { border-color: rgb(172,181,133); }

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