#ACB981

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

Shades of Caper #ACB981

Tints of Caper #ACB981

Color information

#ACB981 (or 0xACB981) is unknown color: approx Caper. HEX triplet: AC, B9 and 81. RGB value is (172,185,129). Sum of RGB (Red+Green+Blue) = 172+185+129=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 185 (72.66% from 255 or 38.07% from 486); Blue value is 129 (50.78% from 255 or 26.54% from 486); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB981 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB981 is #53467E. Grayscale: #AEAEAE. Windows color (decimal): -5457535 or 8501676. OLE color: 8501676.

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

Color convert

RGB172185129-
CMYK0.0700.300.27
HSL73.93º28.57%61.57%-
HSV(B)73.93º30.27%72.55%-
XYZ38.3245.0527.45-
YUV174.73102.19126.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.39%
GREEN value IS 185 (72.66% from 255) = 38.07%
BLUE value IS 129 (50.78% from 255) = 26.54%
R=35.39%
G=38.07%
B=26.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721851290.0700.300.2773.9328.5761.57
HexACB981701E1B4a1d3e
Octal2542712017036331123576
Binary10101100101110011000000111101111011011100101011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB981; }

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

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

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

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

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

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

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

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