#A6B487

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

Shades of Caper #A6B487

Tints of Caper #A6B487

Color information

#A6B487 (or 0xA6B487) is unknown color: approx Caper. HEX triplet: A6, B4 and 87. RGB value is (166,180,135). Sum of RGB (Red+Green+Blue) = 166+180+135=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 135 (53.12% from 255 or 28.07% from 481); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B487 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B487 is #594B78. Grayscale: #AAAAAA. Windows color (decimal): -5852025 or 8893606. OLE color: 8893606.

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

Color convert

RGB166180135-
CMYK0.0800.250.29
HSL78.67º23.08%61.76%-
HSV(B)78.67º25%70.59%-
XYZ36.4242.529.21-
YUV170.68107.86124.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.51%
GREEN value IS 180 (70.70% from 255) = 37.42%
BLUE value IS 135 (53.12% from 255) = 28.07%
R=34.51%
G=37.42%
B=28.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1661801350.0800.250.2978.6723.0861.76
HexA6B48780191D4f173e
Octal24626420710031351172776
Binary101001101011010010000111100001100111101100111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B487; }

 p { color: rgb(166,180,135); }

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

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

 a { background-color: rgb(166,180,135); }

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

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

 span { border-color: rgb(166,180,135); }

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