#A6BCA7

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

Shades of Zanah #A6BCA7

Tints of Zanah #A6BCA7

Color information

#A6BCA7 (or 0xA6BCA7) is unknown color: approx Zanah. HEX triplet: A6, BC and A7. RGB value is (166,188,167). Sum of RGB (Red+Green+Blue) = 166+188+167=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 167 (65.62% from 255 or 32.05% from 521); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BCA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BCA7 is #594358. Grayscale: #B3B3B3. Windows color (decimal): -5849945 or 10992806. OLE color: 10992806.

HSL color Cylindrical-coordinate representation of color #A6BCA7: hue angle of 122.73º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A6BCA7 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB166188167-
CMYK0.1200.110.26
HSL122.73º14.1%69.41%-
HSV(B)122.73º11.7%73.73%-
XYZ40.6846.8643.46-
YUV179.03121.21118.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.86%
GREEN value IS 188 (73.83% from 255) = 36.08%
BLUE value IS 167 (65.62% from 255) = 32.05%
R=31.86%
G=36.08%
B=32.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661881670.1200.110.26122.7314.169.41
HexA6BCA7C0B1A7be45
Octal246274247140133217316105
Binary10100110101111001010011111000101111010111101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BCA7; }

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

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

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

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

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

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

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

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