#ACB88A

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

Shades of Caper #ACB88A

Tints of Caper #ACB88A

Color information

#ACB88A (or 0xACB88A) is unknown color: approx Caper. HEX triplet: AC, B8 and 8A. RGB value is (172,184,138). Sum of RGB (Red+Green+Blue) = 172+184+138=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 184 (72.27% from 255 or 37.25% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB88A is #534775. Grayscale: #AFAFAF. Windows color (decimal): -5457782 or 9091244. OLE color: 9091244.

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

Color convert

RGB172184138-
CMYK0.0700.250.28
HSL75.65º24.47%63.14%-
HSV(B)75.65º25%72.16%-
XYZ38.7444.8930.67-
YUV175.17107.02125.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.82%
GREEN value IS 184 (72.27% from 255) = 37.25%
BLUE value IS 138 (54.30% from 255) = 27.94%
R=34.82%
G=37.25%
B=27.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721841380.0700.250.2875.6524.4763.14
HexACB88A70191C4c183f
Octal2542702127031341143077
Binary10101100101110001000101011101100111100100110011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB88A; }

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

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

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

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

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

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

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

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