#ACB78A

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

Shades of Caper #ACB78A

Tints of Caper #ACB78A

Color information

#ACB78A (or 0xACB78A) is unknown color: approx Caper. HEX triplet: AC, B7 and 8A. RGB value is (172,183,138). Sum of RGB (Red+Green+Blue) = 172+183+138=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 183 (71.88% from 255 or 37.12% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB78A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB78A is #534875. Grayscale: #AEAEAE. Windows color (decimal): -5458038 or 9090988. OLE color: 9090988.

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

Color convert

RGB172183138-
CMYK0.0600.250.28
HSL74.67º23.81%62.94%-
HSV(B)74.67º24.59%71.76%-
XYZ38.5344.4730.6-
YUV174.58107.36126.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.89%
GREEN value IS 183 (71.88% from 255) = 37.12%
BLUE value IS 138 (54.30% from 255) = 27.99%
R=34.89%
G=37.12%
B=27.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721831380.0600.250.2874.6723.8162.94
HexACB78A60191C4b183f
Octal2542672126031341133077
Binary10101100101101111000101011001100111100100101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB78A; }

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

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

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

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

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

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

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

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