#A99DAB

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

Shades of Chatelle #A99DAB

Tints of Chatelle #A99DAB

Color information

#A99DAB (or 0xA99DAB) is unknown color: approx Chatelle. HEX triplet: A9, 9D and AB. RGB value is (169,157,171). Sum of RGB (Red+Green+Blue) = 169+157+171=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 157 (61.72% from 255 or 31.59% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 171 - color contains mainly: blue. Hex color #A99DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99DAB is #566254. Grayscale: #A2A2A2. Windows color (decimal): -5661269 or 11247017. OLE color: 11247017.

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

Color convert

RGB169157171-
CMYK0.010.0800.33
HSL291.43º7.69%64.31%-
HSV(B)291.43º8.19%67.06%-
XYZ35.7735.4943.49-
YUV162.18132.98132.86-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.00%
GREEN value IS 157 (61.72% from 255) = 31.59%
BLUE value IS 171 (67.19% from 255) = 34.41%
R=34.00%
G=31.59%
B=34.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691571710.010.0800.33291.437.6964.31
HexA99DAB18021123840
Octal25123525311004144310100
Binary10101001100111011010101111000010000110010001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99DAB; }

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

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

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

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

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

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

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

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