#A8B4A9

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

Shades of Zanah #A8B4A9

Tints of Zanah #A8B4A9

Color information

#A8B4A9 (or 0xA8B4A9) is unknown color: approx Zanah. HEX triplet: A8, B4 and A9. RGB value is (168,180,169). Sum of RGB (Red+Green+Blue) = 168+180+169=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 180 (70.70% from 255 or 34.82% from 517); Blue value is 169 (66.41% from 255 or 32.69% from 517); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B4A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B4A9 is #574B56. Grayscale: #AFAFAF. Windows color (decimal): -5720919 or 11121832. OLE color: 11121832.

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

Color convert

RGB168180169-
CMYK0.0700.060.29
HSL125º7.41%68.24%-
HSV(B)125º6.67%70.59%-
XYZ39.6343.8343.91-
YUV175.16124.52122.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.50%
GREEN value IS 180 (70.70% from 255) = 34.82%
BLUE value IS 169 (66.41% from 255) = 32.69%
R=32.50%
G=34.82%
B=32.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681801690.0700.060.291257.4168.24
HexA8B4A97061D7d744
Octal250264251706351757104
Binary10101000101101001010100111101101110111111011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B4A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B4A9; }

 p { color: rgb(168,180,169); }

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

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

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

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

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

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

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