#A7B585

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

Shades of Caper #A7B585

Tints of Caper #A7B585

Color information

#A7B585 (or 0xA7B585) is unknown color: approx Caper. HEX triplet: A7, B5 and 85. RGB value is (167,181,133). Sum of RGB (Red+Green+Blue) = 167+181+133=481 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.72% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 133 (52.34% from 255 or 27.65% from 481); Max value from RGB is 181 - color contains mainly: green. Hex color #A7B585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B585 is #584A7A. Grayscale: #ABABAB. Windows color (decimal): -5786235 or 8762791. OLE color: 8762791.

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

Color convert

RGB167181133-
CMYK0.0800.270.29
HSL77.5º24.49%61.57%-
HSV(B)77.5º26.52%70.98%-
XYZ36.6942.9628.55-
YUV171.34106.36124.9-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.72%
GREEN value IS 181 (71.09% from 255) = 37.63%
BLUE value IS 133 (52.34% from 255) = 27.65%
R=34.72%
G=37.63%
B=27.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1671811330.0800.270.2977.524.4961.57
HexA7B585801B1D4e183e
Octal24726520510033351163076
Binary101001111011010110000101100001101111101100111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B585; }

 p { color: rgb(167,181,133); }

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

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

 a { background-color: rgb(167,181,133); }

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

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

 span { border-color: rgb(167,181,133); }

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