#A7B687

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

Shades of Caper #A7B687

Tints of Caper #A7B687

Color information

#A7B687 (or 0xA7B687) is unknown color: approx Caper. HEX triplet: A7, B6 and 87. RGB value is (167,182,135). Sum of RGB (Red+Green+Blue) = 167+182+135=484 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.50% from 484); Green value is 182 (71.48% from 255 or 37.60% from 484); Blue value is 135 (53.12% from 255 or 27.89% from 484); Max value from RGB is 182 - color contains mainly: green. Hex color #A7B687 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B687 is #584978. Grayscale: #ACACAC. Windows color (decimal): -5785977 or 8894119. OLE color: 8894119.

HSL color Cylindrical-coordinate representation of color #A7B687: hue angle of 79.15º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A7B687 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB167182135-
CMYK0.0800.260.29
HSL79.15º24.35%62.16%-
HSV(B)79.15º25.82%71.37%-
XYZ37.0443.4229.35-
YUV172.16107.03124.32-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.50%
GREEN value IS 182 (71.48% from 255) = 37.60%
BLUE value IS 135 (53.12% from 255) = 27.89%
R=34.50%
G=37.60%
B=27.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1671821350.0800.260.2979.1524.3562.16
HexA7B687801A1D4f183e
Octal24726620710032351173076
Binary101001111011011010000111100001101011101100111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B687; }

 p { color: rgb(167,182,135); }

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

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

 a { background-color: rgb(167,182,135); }

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

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

 span { border-color: rgb(167,182,135); }

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