#A99FAE

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

Shades of Chatelle #A99FAE

Tints of Chatelle #A99FAE

Color information

#A99FAE (or 0xA99FAE) is unknown color: approx Chatelle. HEX triplet: A9, 9F and AE. RGB value is (169,159,174). Sum of RGB (Red+Green+Blue) = 169+159+174=502 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.67% from 502); Green value is 159 (62.5% from 255 or 31.67% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 174 - color contains mainly: blue. Hex color #A99FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99FAE is #566051. Grayscale: #A3A3A3. Windows color (decimal): -5660754 or 11444137. OLE color: 11444137.

HSL color Cylindrical-coordinate representation of color #A99FAE: hue angle of 280º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A99FAE is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB169159174-
CMYK0.030.0900.32
HSL280º8.47%65.29%-
HSV(B)280º8.62%68.24%-
XYZ36.436.2945.13-
YUV163.7133.81131.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.67%
GREEN value IS 159 (62.5% from 255) = 31.67%
BLUE value IS 174 (68.36% from 255) = 34.66%
R=33.67%
G=31.67%
B=34.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691591740.030.0900.322808.4765.29
HexA99FAE39020118841
Octal25123725631104043010101
Binary101010011001111110101110111001010000010001100010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99FAE; }

 p { color: rgb(169,159,174); }

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

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

 a { background-color: rgb(169,159,174); }

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

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

 span { border-color: rgb(169,159,174); }

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