#A99DAD

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

Shades of Chatelle #A99DAD

Tints of Chatelle #A99DAD

Color information

#A99DAD (or 0xA99DAD) is unknown color: approx Chatelle. HEX triplet: A9, 9D and AD. RGB value is (169,157,173). Sum of RGB (Red+Green+Blue) = 169+157+173=499 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.87% from 499); Green value is 157 (61.72% from 255 or 31.46% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 173 - color contains mainly: blue. Hex color #A99DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99DAD is #566252. Grayscale: #A2A2A2. Windows color (decimal): -5661267 or 11378089. OLE color: 11378089.

HSL color Cylindrical-coordinate representation of color #A99DAD: hue angle of 285º degrees, saturation: 0.09, 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 #A99DAD is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB169157173-
CMYK0.020.0900.32
HSL285º8.89%64.71%-
HSV(B)285º9.25%67.84%-
XYZ35.9635.5744.5-
YUV162.41133.98132.7-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.87%
GREEN value IS 157 (61.72% from 255) = 31.46%
BLUE value IS 173 (67.97% from 255) = 34.67%
R=33.87%
G=31.46%
B=34.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691571730.020.0900.322858.8964.71
HexA99DAD2902011d941
Octal25123525521104043511101
Binary101010011001110110101101101001010000010001110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99DAD; }

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

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

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

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

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

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

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

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