#ACB97F

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

Shades of Caper #ACB97F

Tints of Caper #ACB97F

Color information

#ACB97F (or 0xACB97F) is unknown color: approx Caper. HEX triplet: AC, B9 and 7F. RGB value is (172,185,127). Sum of RGB (Red+Green+Blue) = 172+185+127=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 127 (50% from 255 or 26.24% from 484); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB97F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB97F is #534680. Grayscale: #AEAEAE. Windows color (decimal): -5457537 or 8370604. OLE color: 8370604.

HSL color Cylindrical-coordinate representation of color #ACB97F: hue angle of 73.45º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACB97F is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB172185127-
CMYK0.0700.310.27
HSL73.45º29.29%61.18%-
HSV(B)73.45º31.35%72.55%-
XYZ38.194526.75-
YUV174.5101.19126.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.54%
GREEN value IS 185 (72.66% from 255) = 38.22%
BLUE value IS 127 (50% from 255) = 26.24%
R=35.54%
G=38.22%
B=26.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721851270.0700.310.2773.4529.2961.18
HexACB97F701F1B491d3d
Octal2542711777037331113575
Binary1010110010111001111111111101111111011100100111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB97F; }

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

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

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

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

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

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

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

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