#ACBA73

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

Shades of Caper #ACBA73

Tints of Caper #ACBA73

Color information

#ACBA73 (or 0xACBA73) is unknown color: approx Caper. HEX triplet: AC, BA and 73. RGB value is (172,186,115). Sum of RGB (Red+Green+Blue) = 172+186+115=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 115 (45.31% from 255 or 24.31% from 473); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBA73 is #53458C. Grayscale: #ADADAD. Windows color (decimal): -5457293 or 7584428. OLE color: 7584428.

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

Color convert

RGB172186115-
CMYK0.0800.380.27
HSL71.83º33.97%59.02%-
HSV(B)71.83º38.17%72.94%-
XYZ37.6745.1322.94-
YUV173.7294.86126.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.36%
GREEN value IS 186 (73.05% from 255) = 39.32%
BLUE value IS 115 (45.31% from 255) = 24.31%
R=36.36%
G=39.32%
B=24.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721861150.0800.380.2771.8333.9759.02
HexACBA7380261B48223b
Octal25427216310046331104273
Binary1010110010111010111001110000100110110111001000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBA73; }

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

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

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

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

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

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

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

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