#ACB57F

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

Shades of Caper #ACB57F

Tints of Caper #ACB57F

Color information

#ACB57F (or 0xACB57F) is unknown color: approx Caper. HEX triplet: AC, B5 and 7F. RGB value is (172,181,127). Sum of RGB (Red+Green+Blue) = 172+181+127=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 181 (71.09% from 255 or 37.71% from 480); Blue value is 127 (50% from 255 or 26.46% from 480); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB57F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB57F is #534A80. Grayscale: #ACACAC. Windows color (decimal): -5458561 or 8369580. OLE color: 8369580.

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

Color convert

RGB172181127-
CMYK0.0500.300.29
HSL70º26.73%60.39%-
HSV(B)70º29.83%70.98%-
XYZ37.3743.3526.48-
YUV172.15102.52127.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.83%
GREEN value IS 181 (71.09% from 255) = 37.71%
BLUE value IS 127 (50% from 255) = 26.46%
R=35.83%
G=37.71%
B=26.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721811270.0500.300.297026.7360.39
HexACB57F501E1D461b3c
Octal2542651775036351063374
Binary1010110010110101111111110101111011101100011011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB57F; }

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

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

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

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

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

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

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

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