#A99EAF

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

Shades of Chatelle #A99EAF

Tints of Chatelle #A99EAF

Color information

#A99EAF (or 0xA99EAF) is unknown color: approx Chatelle. HEX triplet: A9, 9E and AF. RGB value is (169,158,175). Sum of RGB (Red+Green+Blue) = 169+158+175=502 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.67% from 502); Green value is 158 (62.11% from 255 or 31.47% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 175 - color contains mainly: blue. Hex color #A99EAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99EAF is #566150. Grayscale: #A3A3A3. Windows color (decimal): -5661009 or 11509417. OLE color: 11509417.

HSL color Cylindrical-coordinate representation of color #A99EAF: hue angle of 278.82º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A99EAF is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB169158175-
CMYK0.030.1000.31
HSL278.82º9.6%65.29%-
HSV(B)278.82º9.71%68.63%-
XYZ36.3335.9845.59-
YUV163.23134.64132.12-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.67%
GREEN value IS 158 (62.11% from 255) = 31.47%
BLUE value IS 175 (68.75% from 255) = 34.86%
R=33.67%
G=31.47%
B=34.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691581750.030.1000.31278.829.665.29
HexA99EAF3A01F117a41
Octal25123625731203742712101
Binary10101001100111101010111111101001111110001011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99EAF; }

 p { color: rgb(169,158,175); }

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

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

 a { background-color: rgb(169,158,175); }

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

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

 span { border-color: rgb(169,158,175); }

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