#A8B886

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

Shades of Caper #A8B886

Tints of Caper #A8B886

Color information

#A8B886 (or 0xA8B886) is unknown color: approx Caper. HEX triplet: A8, B8 and 86. RGB value is (168,184,134). Sum of RGB (Red+Green+Blue) = 168+184+134=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 184 (72.27% from 255 or 37.86% from 486); Blue value is 134 (52.73% from 255 or 27.57% from 486); Max value from RGB is 184 - color contains mainly: green. Hex color #A8B886 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B886 is #574779. Grayscale: #ADADAD. Windows color (decimal): -5719930 or 8829096. OLE color: 8829096.

HSL color Cylindrical-coordinate representation of color #A8B886: hue angle of 79.2º degrees, saturation: 0.26, 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 #A8B886 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB168184134-
CMYK0.0900.270.28
HSL79.2º26.04%62.35%-
HSV(B)79.2º27.17%72.16%-
XYZ37.5944.3329.13-
YUV173.52105.7124.07-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.57%
GREEN value IS 184 (72.27% from 255) = 37.86%
BLUE value IS 134 (52.73% from 255) = 27.57%
R=34.57%
G=37.86%
B=27.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1681841340.0900.270.2879.226.0462.35
HexA8B886901B1C4f1a3e
Octal25027020611033341173276
Binary101010001011100010000110100101101111100100111111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B886; }

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

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

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

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

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

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

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

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