#A6B87A

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

Shades of Caper #A6B87A

Tints of Caper #A6B87A

Color information

#A6B87A (or 0xA6B87A) is unknown color: approx Caper. HEX triplet: A6, B8 and 7A. RGB value is (166,184,122). Sum of RGB (Red+Green+Blue) = 166+184+122=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 184 (72.27% from 255 or 38.98% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 184 - color contains mainly: green. Hex color #A6B87A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B87A is #594785. Grayscale: #ABABAB. Windows color (decimal): -5851014 or 8042662. OLE color: 8042662.

HSL color Cylindrical-coordinate representation of color #A6B87A: hue angle of 77.42º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6B87A is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB166184122-
CMYK0.1000.340.28
HSL77.42º30.39%60%-
HSV(B)77.42º33.7%72.16%-
XYZ36.3843.7924.95-
YUV171.55100.04124.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.17%
GREEN value IS 184 (72.27% from 255) = 38.98%
BLUE value IS 122 (48.05% from 255) = 25.85%
R=35.17%
G=38.98%
B=25.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1661841220.1000.340.2877.4230.3960
HexA6B87AA0221C4d1e3c
Octal24627017212042341153674
Binary101001101011100011110101010010001011100100110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B87A; }

 p { color: rgb(166,184,122); }

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

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

 a { background-color: rgb(166,184,122); }

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

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

 span { border-color: rgb(166,184,122); }

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