#A8B786

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

Shades of Caper #A8B786

Tints of Caper #A8B786

Color information

#A8B786 (or 0xA8B786) is unknown color: approx Caper. HEX triplet: A8, B7 and 86. RGB value is (168,183,134). Sum of RGB (Red+Green+Blue) = 168+183+134=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 134 (52.73% from 255 or 27.63% from 485); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B786 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B786 is #574879. Grayscale: #ADADAD. Windows color (decimal): -5720186 or 8828840. OLE color: 8828840.

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

Color convert

RGB168183134-
CMYK0.0800.270.28
HSL78.37º25.39%62.16%-
HSV(B)78.37º26.78%71.76%-
XYZ37.3943.9129.06-
YUV172.93106.03124.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.64%
GREEN value IS 183 (71.88% from 255) = 37.73%
BLUE value IS 134 (52.73% from 255) = 27.63%
R=34.64%
G=37.73%
B=27.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1681831340.0800.270.2878.3725.3962.16
HexA8B786801B1C4e193e
Octal25026720610033341163176
Binary101010001011011110000110100001101111100100111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B786; }

 p { color: rgb(168,183,134); }

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

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

 a { background-color: rgb(168,183,134); }

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

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

 span { border-color: rgb(168,183,134); }

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