#A99AAC

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

Shades of Chatelle #A99AAC

Tints of Chatelle #A99AAC

Color information

#A99AAC (or 0xA99AAC) is unknown color: approx Chatelle. HEX triplet: A9, 9A and AC. RGB value is (169,154,172). Sum of RGB (Red+Green+Blue) = 169+154+172=495 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.14% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 172 - color contains mainly: blue. Hex color #A99AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99AAC is #566553. Grayscale: #A0A0A0. Windows color (decimal): -5662036 or 11311785. OLE color: 11311785.

HSL color Cylindrical-coordinate representation of color #A99AAC: hue angle of 290º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A99AAC is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB169154172-
CMYK0.020.1000.33
HSL290º9.78%63.92%-
HSV(B)290º10.47%67.45%-
XYZ35.3634.5243.83-
YUV160.54134.47134.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.14%
GREEN value IS 154 (60.55% from 255) = 31.11%
BLUE value IS 172 (67.58% from 255) = 34.75%
R=34.14%
G=31.11%
B=34.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691541720.020.1000.332909.7863.92
HexA99AAC2A021122a40
Octal25123225421204144212100
Binary101010011001101010101100101010010000110010001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99AAC; }

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

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

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

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

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

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

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

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