#A99FAB

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

Shades of Chatelle #A99FAB

Tints of Chatelle #A99FAB

Color information

#A99FAB (or 0xA99FAB) is unknown color: approx Chatelle. HEX triplet: A9, 9F and AB. RGB value is (169,159,171). Sum of RGB (Red+Green+Blue) = 169+159+171=499 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.87% from 499); Green value is 159 (62.5% from 255 or 31.86% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 171 - color contains mainly: blue. Hex color #A99FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99FAB is #566054. Grayscale: #A3A3A3. Windows color (decimal): -5660757 or 11247529. OLE color: 11247529.

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

Color convert

RGB169159171-
CMYK0.010.0700.33
HSL290º6.67%64.71%-
HSV(B)290º7.02%67.06%-
XYZ36.1136.1743.61-
YUV163.36132.31132.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.87%
GREEN value IS 159 (62.5% from 255) = 31.86%
BLUE value IS 171 (67.19% from 255) = 34.27%
R=33.87%
G=31.86%
B=34.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691591710.010.0700.332906.6764.71
HexA99FAB17021122741
Octal251237253170414427101
Binary101010011001111110101011111101000011001000101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99FAB; }

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

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

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

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

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

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

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

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