#A8BBA8

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

Shades of Zanah #A8BBA8

Tints of Zanah #A8BBA8

Color information

#A8BBA8 (or 0xA8BBA8) is unknown color: approx Zanah. HEX triplet: A8, BB and A8. RGB value is (168,187,168). Sum of RGB (Red+Green+Blue) = 168+187+168=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 168 (66.02% from 255 or 32.12% from 523); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BBA8 is #574457. Grayscale: #B3B3B3. Windows color (decimal): -5719128 or 11058088. OLE color: 11058088.

HSL color Cylindrical-coordinate representation of color #A8BBA8: hue angle of 120º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A8BBA8 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB168187168-
CMYK0.1000.100.27
HSL120º12.26%69.61%-
HSV(B)120º10.16%73.33%-
XYZ40.9946.6943.9-
YUV179.15121.71120.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.12%
GREEN value IS 187 (73.44% from 255) = 35.76%
BLUE value IS 168 (66.02% from 255) = 32.12%
R=32.12%
G=35.76%
B=32.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681871680.1000.100.2712012.2669.61
HexA8BBA8A0A1B78c46
Octal250273250120123317014106
Binary10101000101110111010100010100101011011111100011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BBA8; }

 p { color: rgb(168,187,168); }

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

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

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

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

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

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

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