#A7B87C

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

Shades of Caper #A7B87C

Tints of Caper #A7B87C

Color information

#A7B87C (or 0xA7B87C) is unknown color: approx Caper. HEX triplet: A7, B8 and 7C. RGB value is (167,184,124). Sum of RGB (Red+Green+Blue) = 167+184+124=475 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.16% from 475); Green value is 184 (72.27% from 255 or 38.74% from 475); Blue value is 124 (48.83% from 255 or 26.11% from 475); Max value from RGB is 184 - color contains mainly: green. Hex color #A7B87C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B87C is #584783. Grayscale: #ACACAC. Windows color (decimal): -5785476 or 8173735. OLE color: 8173735.

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

Color convert

RGB167184124-
CMYK0.0900.330.28
HSL77º29.7%60.39%-
HSV(B)77º32.61%72.16%-
XYZ36.7143.9525.62-
YUV172.08100.87124.38-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.16%
GREEN value IS 184 (72.27% from 255) = 38.74%
BLUE value IS 124 (48.83% from 255) = 26.11%
R=35.16%
G=38.74%
B=26.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1671841240.0900.330.287729.760.39
HexA7B87C90211C4d1e3c
Octal24727017411041341153674
Binary101001111011100011111001001010000111100100110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B87C; }

 p { color: rgb(167,184,124); }

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

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

 a { background-color: rgb(167,184,124); }

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

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

 span { border-color: rgb(167,184,124); }

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