#ACB688

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

Shades of Caper #ACB688

Tints of Caper #ACB688

Color information

#ACB688 (or 0xACB688) is unknown color: approx Caper. HEX triplet: AC, B6 and 88. RGB value is (172,182,136). Sum of RGB (Red+Green+Blue) = 172+182+136=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 182 (71.48% from 255 or 37.14% from 490); Blue value is 136 (53.52% from 255 or 27.76% from 490); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB688 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB688 is #534977. Grayscale: #ADADAD. Windows color (decimal): -5458296 or 8959660. OLE color: 8959660.

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

Color convert

RGB172182136-
CMYK0.0500.250.29
HSL73.04º23.96%62.35%-
HSV(B)73.04º25.27%71.37%-
XYZ38.194429.77-
YUV173.77106.69126.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.10%
GREEN value IS 182 (71.48% from 255) = 37.14%
BLUE value IS 136 (53.52% from 255) = 27.76%
R=35.10%
G=37.14%
B=27.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721821360.0500.250.2973.0423.9662.35
HexACB68850191D49183e
Octal2542662105031351113076
Binary10101100101101101000100010101100111101100100111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB688; }

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

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

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

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

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

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

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

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