#A7BCA8

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

Shades of Zanah #A7BCA8

Tints of Zanah #A7BCA8

Color information

#A7BCA8 (or 0xA7BCA8) is unknown color: approx Zanah. HEX triplet: A7, BC and A8. RGB value is (167,188,168). Sum of RGB (Red+Green+Blue) = 167+188+168=523 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.93% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 168 (66.02% from 255 or 32.12% from 523); Max value from RGB is 188 - color contains mainly: green. Hex color #A7BCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BCA8 is #584357. Grayscale: #B3B3B3. Windows color (decimal): -5784408 or 11058343. OLE color: 11058343.

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

Color convert

RGB167188168-
CMYK0.1100.110.26
HSL122.86º13.55%69.61%-
HSV(B)122.86º11.17%73.73%-
XYZ40.9947.0143.96-
YUV179.44121.54119.13-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.93%
GREEN value IS 188 (73.83% from 255) = 35.95%
BLUE value IS 168 (66.02% from 255) = 32.12%
R=31.93%
G=35.95%
B=32.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671881680.1100.110.26122.8613.5569.61
HexA7BCA8B0B1A7be46
Octal247274250130133217316106
Binary10100111101111001010100010110101111010111101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BCA8; }

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

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

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

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

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

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

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

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