#ACB87E

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

Shades of Caper #ACB87E

Tints of Caper #ACB87E

Color information

#ACB87E (or 0xACB87E) is unknown color: approx Caper. HEX triplet: AC, B8 and 7E. RGB value is (172,184,126). Sum of RGB (Red+Green+Blue) = 172+184+126=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 184 (72.27% from 255 or 38.17% from 482); Blue value is 126 (49.61% from 255 or 26.14% from 482); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB87E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB87E is #534781. Grayscale: #AEAEAE. Windows color (decimal): -5457794 or 8304812. OLE color: 8304812.

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

Color convert

RGB172184126-
CMYK0.0700.320.28
HSL72.41º29%60.78%-
HSV(B)72.41º31.52%72.16%-
XYZ37.9244.5626.34-
YUV173.8101.02126.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.68%
GREEN value IS 184 (72.27% from 255) = 38.17%
BLUE value IS 126 (49.61% from 255) = 26.14%
R=35.68%
G=38.17%
B=26.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721841260.0700.320.2872.412960.78
HexACB87E70201C481d3d
Octal2542701767040341103575
Binary10101100101110001111110111010000011100100100011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB87E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB87E; }

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

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

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

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

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

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

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

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