#A99AAE

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

Shades of Chatelle #A99AAE

Tints of Chatelle #A99AAE

Color information

#A99AAE (or 0xA99AAE) is unknown color: approx Chatelle. HEX triplet: A9, 9A and AE. RGB value is (169,154,174). Sum of RGB (Red+Green+Blue) = 169+154+174=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 154 (60.55% from 255 or 30.99% from 497); Blue value is 174 (68.36% from 255 or 35.01% from 497); Max value from RGB is 174 - color contains mainly: blue. Hex color #A99AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99AAE is #566551. Grayscale: #A0A0A0. Windows color (decimal): -5662034 or 11442857. OLE color: 11442857.

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

Color convert

RGB169154174-
CMYK0.030.1100.32
HSL285º10.99%64.31%-
HSV(B)285º11.49%68.24%-
XYZ35.5634.644.85-
YUV160.77135.47133.87-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.00%
GREEN value IS 154 (60.55% from 255) = 30.99%
BLUE value IS 174 (68.36% from 255) = 35.01%
R=34.00%
G=30.99%
B=35.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691541740.030.1100.3228510.9964.31
HexA99AAE3B02011db40
Octal25123225631304043513100
Binary101010011001101010101110111011010000010001110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99AAE; }

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

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

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

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

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

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

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

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