#A7B87A

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

Shades of Caper #A7B87A

Tints of Caper #A7B87A

Color information

#A7B87A (or 0xA7B87A) is unknown color: approx Caper. HEX triplet: A7, B8 and 7A. RGB value is (167,184,122). Sum of RGB (Red+Green+Blue) = 167+184+122=473 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.31% from 473); Green value is 184 (72.27% from 255 or 38.90% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 184 - color contains mainly: green. Hex color #A7B87A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B87A is #584785. Grayscale: #ACACAC. Windows color (decimal): -5785478 or 8042663. OLE color: 8042663.

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

Color convert

RGB167184122-
CMYK0.0900.340.28
HSL76.45º30.39%60%-
HSV(B)76.45º33.7%72.16%-
XYZ36.5943.924.96-
YUV171.8599.87124.54-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.31%
GREEN value IS 184 (72.27% from 255) = 38.90%
BLUE value IS 122 (48.05% from 255) = 25.79%
R=35.31%
G=38.90%
B=25.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1671841220.0900.340.2876.4530.3960
HexA7B87A90221C4c1e3c
Octal24727017211042341143674
Binary101001111011100011110101001010001011100100110011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B87A; }

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

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

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

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

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

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

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

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