#A9B586

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

Shades of Caper #A9B586

Tints of Caper #A9B586

Color information

#A9B586 (or 0xA9B586) is unknown color: approx Caper. HEX triplet: A9, B5 and 86. RGB value is (169,181,134). Sum of RGB (Red+Green+Blue) = 169+181+134=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 181 (71.09% from 255 or 37.40% from 484); Blue value is 134 (52.73% from 255 or 27.69% from 484); Max value from RGB is 181 - color contains mainly: green. Hex color #A9B586 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B586 is #564A79. Grayscale: #ACACAC. Windows color (decimal): -5655162 or 8828329. OLE color: 8828329.

HSL color Cylindrical-coordinate representation of color #A9B586: hue angle of 75.32º 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 #A9B586 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB169181134-
CMYK0.0700.260.29
HSL75.32º24.1%61.76%-
HSV(B)75.32º25.97%70.98%-
XYZ37.1943.228.93-
YUV172.05106.52125.82-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.92%
GREEN value IS 181 (71.09% from 255) = 37.40%
BLUE value IS 134 (52.73% from 255) = 27.69%
R=34.92%
G=37.40%
B=27.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691811340.0700.260.2975.3224.161.76
HexA9B586701A1D4b183e
Octal2512652067032351133076
Binary10101001101101011000011011101101011101100101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B586; }

 p { color: rgb(169,181,134); }

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

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

 a { background-color: rgb(169,181,134); }

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

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

 span { border-color: rgb(169,181,134); }

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