#A6BEA6

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

Shades of Zanah #A6BEA6

Tints of Zanah #A6BEA6

Color information

#A6BEA6 (or 0xA6BEA6) is unknown color: approx Zanah. HEX triplet: A6, BE and A6. RGB value is (166,190,166). Sum of RGB (Red+Green+Blue) = 166+190+166=522 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.80% from 522); Green value is 190 (74.61% from 255 or 36.40% from 522); Blue value is 166 (65.23% from 255 or 31.80% from 522); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BEA6 is #594159. Grayscale: #B4B4B4. Windows color (decimal): -5849434 or 10927782. OLE color: 10927782.

HSL color Cylindrical-coordinate representation of color #A6BEA6: hue angle of 120º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A6BEA6 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB166190166-
CMYK0.1300.130.25
HSL120º15.58%69.8%-
HSV(B)120º12.63%74.51%-
XYZ41.0247.6943.12-
YUV180.09120.05117.95-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.80%
GREEN value IS 190 (74.61% from 255) = 36.40%
BLUE value IS 166 (65.23% from 255) = 31.80%
R=31.80%
G=36.40%
B=31.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661901660.1300.130.2512015.5869.8
HexA6BEA6D0D19781046
Octal246276246150153117020106
Binary101001101011111010100110110101101110011111000100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BEA6; }

 p { color: rgb(166,190,166); }

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

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

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

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

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

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

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