#ACB88B

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

Shades of Caper #ACB88B

Tints of Caper #ACB88B

Color information

#ACB88B (or 0xACB88B) is unknown color: approx Caper. HEX triplet: AC, B8 and 8B. RGB value is (172,184,139). Sum of RGB (Red+Green+Blue) = 172+184+139=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 184 (72.27% from 255 or 37.17% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB88B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB88B is #534774. Grayscale: #AFAFAF. Windows color (decimal): -5457781 or 9156780. OLE color: 9156780.

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

Color convert

RGB172184139-
CMYK0.0700.240.28
HSL76º24.06%63.33%-
HSV(B)76º24.46%72.16%-
XYZ38.8144.9231.05-
YUV175.28107.52125.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.75%
GREEN value IS 184 (72.27% from 255) = 37.17%
BLUE value IS 139 (54.69% from 255) = 28.08%
R=34.75%
G=37.17%
B=28.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721841390.0700.240.287624.0663.33
HexACB88B70181C4c183f
Octal2542702137030341143077
Binary10101100101110001000101111101100011100100110011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB88B; }

 p { color: rgb(172,184,139); }

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

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

 a { background-color: rgb(172,184,139); }

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

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

 span { border-color: rgb(172,184,139); }

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