#A6B4A7

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

Shades of Zanah #A6B4A7

Tints of Zanah #A6B4A7

Color information

#A6B4A7 (or 0xA6B4A7) is unknown color: approx Zanah. HEX triplet: A6, B4 and A7. RGB value is (166,180,167). Sum of RGB (Red+Green+Blue) = 166+180+167=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 167 (65.62% from 255 or 32.55% from 513); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B4A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B4A7 is #594B58. Grayscale: #AEAEAE. Windows color (decimal): -5851993 or 10990758. OLE color: 10990758.

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

Color convert

RGB166180167-
CMYK0.0800.070.29
HSL124.29º8.54%67.84%-
HSV(B)124.29º7.78%70.59%-
XYZ39.0243.5442.91-
YUV174.33123.86122.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.36%
GREEN value IS 180 (70.70% from 255) = 35.09%
BLUE value IS 167 (65.62% from 255) = 32.55%
R=32.36%
G=35.09%
B=32.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1661801670.0800.070.29124.298.5467.84
HexA6B4A78071D7c944
Octal24626424710073517411104
Binary1010011010110100101001111000011111101111110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B4A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B4A7; }

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

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

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

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

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

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

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

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