#A6BA7E

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

Shades of Caper #A6BA7E

Tints of Caper #A6BA7E

Color information

#A6BA7E (or 0xA6BA7E) is unknown color: approx Caper. HEX triplet: A6, BA and 7E. RGB value is (166,186,126). Sum of RGB (Red+Green+Blue) = 166+186+126=478 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.73% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 126 (49.61% from 255 or 26.36% from 478); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BA7E is #594581. Grayscale: #ADADAD. Windows color (decimal): -5850498 or 8305318. OLE color: 8305318.

HSL color Cylindrical-coordinate representation of color #A6BA7E: hue angle of 80º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A6BA7E is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB166186126-
CMYK0.1100.320.27
HSL80º30.3%61.18%-
HSV(B)80º32.26%72.94%-
XYZ37.0544.7326.42-
YUV173.18101.37122.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.73%
GREEN value IS 186 (73.05% from 255) = 38.91%
BLUE value IS 126 (49.61% from 255) = 26.36%
R=34.73%
G=38.91%
B=26.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661861260.1100.320.278030.361.18
HexA6BA7EB0201B501e3d
Octal24627217613040331203675
Binary101001101011101011111101011010000011011101000011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BA7E; }

 p { color: rgb(166,186,126); }

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

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

 a { background-color: rgb(166,186,126); }

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

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

 span { border-color: rgb(166,186,126); }

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