#A99DAC

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

Shades of Chatelle #A99DAC

Tints of Chatelle #A99DAC

Color information

#A99DAC (or 0xA99DAC) is unknown color: approx Chatelle. HEX triplet: A9, 9D and AC. RGB value is (169,157,172). Sum of RGB (Red+Green+Blue) = 169+157+172=498 (65% of max value = 765). Red value is 169 (66.41% from 255 or 33.94% from 498); Green value is 157 (61.72% from 255 or 31.53% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 172 - color contains mainly: blue. Hex color #A99DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99DAC is #566253. Grayscale: #A2A2A2. Windows color (decimal): -5661268 or 11312553. OLE color: 11312553.

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

Color convert

RGB169157172-
CMYK0.020.0900.33
HSL288º8.29%64.51%-
HSV(B)288º8.72%67.45%-
XYZ35.8735.5344-
YUV162.3133.48132.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.94%
GREEN value IS 157 (61.72% from 255) = 31.53%
BLUE value IS 172 (67.58% from 255) = 34.54%
R=33.94%
G=31.53%
B=34.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691571720.020.0900.332888.2964.51
HexA99DAC29021120841
Octal25123525421104144010101
Binary101010011001110110101100101001010000110010000010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99DAC; }

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

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

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

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

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

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

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

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