#ACB875

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

Shades of Caper #ACB875

Tints of Caper #ACB875

Color information

#ACB875 (or 0xACB875) is unknown color: approx Caper. HEX triplet: AC, B8 and 75. RGB value is (172,184,117). Sum of RGB (Red+Green+Blue) = 172+184+117=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 184 (72.27% from 255 or 38.90% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB875 is #53478A. Grayscale: #ADADAD. Windows color (decimal): -5457803 or 7714988. OLE color: 7714988.

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

Color convert

RGB172184117-
CMYK0.0700.360.28
HSL70.75º32.06%59.02%-
HSV(B)70.75º36.41%72.16%-
XYZ37.3644.3423.42-
YUV172.7796.52127.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.36%
GREEN value IS 184 (72.27% from 255) = 38.90%
BLUE value IS 117 (46.09% from 255) = 24.74%
R=36.36%
G=38.90%
B=24.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721841170.0700.360.2870.7532.0659.02
HexACB87570241C47203b
Octal2542701657044341074073
Binary101011001011100011101011110100100111001000111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB875; }

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

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

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

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

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

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

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

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