#ACB778

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

Shades of Caper #ACB778

Tints of Caper #ACB778

Color information

#ACB778 (or 0xACB778) is unknown color: approx Caper. HEX triplet: AC, B7 and 78. RGB value is (172,183,120). Sum of RGB (Red+Green+Blue) = 172+183+120=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 120 (47.27% from 255 or 25.26% from 475); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB778 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB778 is #534887. Grayscale: #ACACAC. Windows color (decimal): -5458056 or 7911340. OLE color: 7911340.

HSL color Cylindrical-coordinate representation of color #ACB778: hue angle of 70.48º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ACB778 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB172183120-
CMYK0.0600.340.28
HSL70.48º30.43%59.41%-
HSV(B)70.48º34.43%71.76%-
XYZ37.3443.9924.29-
YUV172.5398.36127.62-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.21%
GREEN value IS 183 (71.88% from 255) = 38.53%
BLUE value IS 120 (47.27% from 255) = 25.26%
R=36.21%
G=38.53%
B=25.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721831200.0600.340.2870.4830.4359.41
HexACB77860221C461e3b
Octal2542671706042341063673
Binary10101100101101111111000110010001011100100011011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB778; }

 p { color: rgb(172,183,120); }

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

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

 a { background-color: rgb(172,183,120); }

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

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

 span { border-color: rgb(172,183,120); }

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