#ACB57C

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

Shades of Caper #ACB57C

Tints of Caper #ACB57C

Color information

#ACB57C (or 0xACB57C) is unknown color: approx Caper. HEX triplet: AC, B5 and 7C. RGB value is (172,181,124). Sum of RGB (Red+Green+Blue) = 172+181+124=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 181 (71.09% from 255 or 37.95% from 477); Blue value is 124 (48.83% from 255 or 26.00% from 477); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB57C is #534A83. Grayscale: #ACACAC. Windows color (decimal): -5458564 or 8172972. OLE color: 8172972.

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

Color convert

RGB172181124-
CMYK0.0500.310.29
HSL69.47º27.8%59.8%-
HSV(B)69.47º31.49%70.98%-
XYZ37.1843.2725.46-
YUV171.81101.02128.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.06%
GREEN value IS 181 (71.09% from 255) = 37.95%
BLUE value IS 124 (48.83% from 255) = 26.00%
R=36.06%
G=37.95%
B=26.00%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721811240.0500.310.2969.4727.859.8
HexACB57C501F1D451c3c
Octal2542651745037351053474
Binary1010110010110101111110010101111111101100010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB57C; }

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

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

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

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

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

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

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

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