#A9D0A7

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

Shades of Zanah #A9D0A7

Tints of Zanah #A9D0A7

Color information

#A9D0A7 (or 0xA9D0A7) is unknown color: approx Zanah. HEX triplet: A9, D0 and A7. RGB value is (169,208,167). Sum of RGB (Red+Green+Blue) = 169+208+167=544 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.07% from 544); Green value is 208 (81.64% from 255 or 38.24% from 544); Blue value is 167 (65.62% from 255 or 30.70% from 544); Max value from RGB is 208 - color contains mainly: green. Hex color #A9D0A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D0A7 is #562F58. Grayscale: #BFBFBF. Windows color (decimal): -5648217 or 10997929. OLE color: 10997929.

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

Color convert

RGB169208167-
CMYK0.1900.200.18
HSL117.07º30.37%73.53%-
HSV(B)117.07º19.71%81.57%-
XYZ45.8956.3445.01-
YUV191.66114.08111.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.07%
GREEN value IS 208 (81.64% from 255) = 38.24%
BLUE value IS 167 (65.62% from 255) = 30.70%
R=31.07%
G=38.24%
B=30.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1692081670.1900.200.18117.0730.3773.53
HexA9D0A71301412751e4a
Octal251320247230242216536112
Binary10101001110100001010011110011010100100101110101111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D0A7; }

 p { color: rgb(169,208,167); }

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

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

 a { background-color: rgb(169,208,167); }

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

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

 span { border-color: rgb(169,208,167); }

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