#acba77

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

Shades of Caper #ACBA77

Tints of Caper #ACBA77

Color information

#ACBA77 (or 0xACBA77) is unknown color: approx Caper. HEX triplet: AC, BA and 77. RGB value is (172,186,119). Sum of RGB (Red+Green+Blue) = 172+186+119=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 119 (46.88% from 255 or 24.95% from 477); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBA77 is #534588. Grayscale: #AEAEAE. Windows color (decimal): -5457289 or 7846572. OLE color: 7846572.

HSL color Cylindrical-coordinate representation of color #ACBA77: hue angle of 72.54º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ACBA77 is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB172186119-
CMYK0.0800.360.27
HSL72.54º32.68%59.8%-
HSV(B)72.54º36.02%72.94%-
XYZ37.945.2224.18-
YUV174.1896.86126.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.06%
GREEN value IS 186 (73.05% from 255) = 38.99%
BLUE value IS 119 (46.88% from 255) = 24.95%
R=36.06%
G=38.99%
B=24.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721861190.0800.360.2772.5432.6859.8
HexACBA7780241B49213c
Octal25427216710044331114174
Binary1010110010111010111011110000100100110111001001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #acba77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #acba77; }

 p { color: rgb(172,186,119); }

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

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

 a { background-color: rgb(172,186,119); }

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

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

 span { border-color: rgb(172,186,119); }

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