#ACB588

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

Shades of Caper #ACB588

Tints of Caper #ACB588

Color information

#ACB588 (or 0xACB588) is unknown color: approx Caper. HEX triplet: AC, B5 and 88. RGB value is (172,181,136). Sum of RGB (Red+Green+Blue) = 172+181+136=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 181 (71.09% from 255 or 37.01% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB588 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB588 is #534A77. Grayscale: #ADADAD. Windows color (decimal): -5458552 or 8959404. OLE color: 8959404.

HSL color Cylindrical-coordinate representation of color #ACB588: hue angle of 72º degrees, saturation: 0.23, 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 #ACB588 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB172181136-
CMYK0.0500.250.29
HSL72º23.32%62.16%-
HSV(B)72º24.86%70.98%-
XYZ37.9843.629.71-
YUV173.18107.02127.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.17%
GREEN value IS 181 (71.09% from 255) = 37.01%
BLUE value IS 136 (53.52% from 255) = 27.81%
R=35.17%
G=37.01%
B=27.81%

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
Decimal1721811360.0500.250.297223.3262.16
HexACB58850191D48173e
Octal2542652105031351102776
Binary10101100101101011000100010101100111101100100010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB588; }

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

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

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

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

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

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

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

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