#ACB873

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

Shades of Caper #ACB873

Tints of Caper #ACB873

Color information

#ACB873 (or 0xACB873) is unknown color: approx Caper. HEX triplet: AC, B8 and 73. RGB value is (172,184,115). Sum of RGB (Red+Green+Blue) = 172+184+115=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 184 (72.27% from 255 or 39.07% from 471); Blue value is 115 (45.31% from 255 or 24.42% from 471); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB873 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB873 is #53478C. Grayscale: #ACACAC. Windows color (decimal): -5457805 or 7583916. OLE color: 7583916.

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

Color convert

RGB172184115-
CMYK0.0700.380.28
HSL70.43º32.7%58.63%-
HSV(B)70.43º37.5%72.16%-
XYZ37.2544.2922.81-
YUV172.5595.52127.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.52%
GREEN value IS 184 (72.27% from 255) = 39.07%
BLUE value IS 115 (45.31% from 255) = 24.42%
R=36.52%
G=39.07%
B=24.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721841150.0700.380.2870.4332.758.63
HexACB87370261C46213b
Octal2542701637046341064173
Binary101011001011100011100111110100110111001000110100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB873; }

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

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

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

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

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

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

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

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