#A99FAC

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

Shades of Chatelle #A99FAC

Tints of Chatelle #A99FAC

Color information

#A99FAC (or 0xA99FAC) is unknown color: approx Chatelle. HEX triplet: A9, 9F and AC. RGB value is (169,159,172). Sum of RGB (Red+Green+Blue) = 169+159+172=500 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.8% from 500); Green value is 159 (62.5% from 255 or 31.8% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 172 - color contains mainly: blue. Hex color #A99FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99FAC is #566053. Grayscale: #A3A3A3. Windows color (decimal): -5660756 or 11313065. OLE color: 11313065.

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

Color convert

RGB169159172-
CMYK0.020.0800.33
HSL286.15º7.26%64.9%-
HSV(B)286.15º7.56%67.45%-
XYZ36.2136.2144.11-
YUV163.47132.81131.94-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.8%
GREEN value IS 159 (62.5% from 255) = 31.8%
BLUE value IS 172 (67.58% from 255) = 34.4%
R=33.8%
G=31.8%
B=34.4%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691591720.020.0800.33286.157.2664.9
HexA99FAC2802111e741
Octal2512372542100414367101
Binary10101001100111111010110010100001000011000111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99FAC; }

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

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

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

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

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

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

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

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