#A9CAA6

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

Shades of Zanah #A9CAA6

Tints of Zanah #A9CAA6

Color information

#A9CAA6 (or 0xA9CAA6) is unknown color: approx Zanah. HEX triplet: A9, CA and A6. RGB value is (169,202,166). Sum of RGB (Red+Green+Blue) = 169+202+166=537 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.47% from 537); Green value is 202 (79.30% from 255 or 37.62% from 537); Blue value is 166 (65.23% from 255 or 30.91% from 537); Max value from RGB is 202 - color contains mainly: green. Hex color #A9CAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CAA6 is #563559. Grayscale: #BCBCBC. Windows color (decimal): -5649754 or 10930857. OLE color: 10930857.

HSL color Cylindrical-coordinate representation of color #A9CAA6: hue angle of 115º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9CAA6 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB169202166-
CMYK0.1600.180.21
HSL115º25.35%72.16%-
HSV(B)115º17.82%79.22%-
XYZ44.3753.4344.05-
YUV188.03115.57114.43-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.47%
GREEN value IS 202 (79.30% from 255) = 37.62%
BLUE value IS 166 (65.23% from 255) = 30.91%
R=31.47%
G=37.62%
B=30.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1692021660.1600.180.2111525.3572.16
HexA9CAA61001215731948
Octal251312246200222516331110
Binary10101001110010101010011010000010010101011110011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CAA6; }

 p { color: rgb(169,202,166); }

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

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

 a { background-color: rgb(169,202,166); }

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

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

 span { border-color: rgb(169,202,166); }

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