#A9CFAA

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

Shades of Zanah #A9CFAA

Tints of Zanah #A9CFAA

Color information

#A9CFAA (or 0xA9CFAA) is unknown color: approx Zanah. HEX triplet: A9, CF and AA. RGB value is (169,207,170). Sum of RGB (Red+Green+Blue) = 169+207+170=546 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.95% from 546); Green value is 207 (81.25% from 255 or 37.91% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 207 - color contains mainly: green. Hex color #A9CFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CFAA is #563055. Grayscale: #BFBFBF. Windows color (decimal): -5648470 or 11194281. OLE color: 11194281.

HSL color Cylindrical-coordinate representation of color #A9CFAA: hue angle of 121.58º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9CFAA is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB169207170-
CMYK0.1800.180.19
HSL121.58º28.36%73.73%-
HSV(B)121.58º18.36%81.18%-
XYZ45.9355.9646.41-
YUV191.42115.91112.01-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.95%
GREEN value IS 207 (81.25% from 255) = 37.91%
BLUE value IS 170 (66.80% from 255) = 31.14%
R=30.95%
G=37.91%
B=31.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1692071700.1800.180.19121.5828.3673.73
HexA9CFAA12012137a1c4a
Octal251317252220222317234112
Binary10101001110011111010101010010010010100111111010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CFAA; }

 p { color: rgb(169,207,170); }

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

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

 a { background-color: rgb(169,207,170); }

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

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

 span { border-color: rgb(169,207,170); }

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