#A99EAB

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

Shades of Chatelle #A99EAB

Tints of Chatelle #A99EAB

Color information

#A99EAB (or 0xA99EAB) is unknown color: approx Chatelle. HEX triplet: A9, 9E and AB. RGB value is (169,158,171). Sum of RGB (Red+Green+Blue) = 169+158+171=498 (65% of max value = 765). Red value is 169 (66.41% from 255 or 33.94% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 171 - color contains mainly: blue. Hex color #A99EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99EAB is #566154. Grayscale: #A2A2A2. Windows color (decimal): -5661013 or 11247273. OLE color: 11247273.

HSL color Cylindrical-coordinate representation of color #A99EAB: hue angle of 290.77º 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 #A99EAB is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB169158171-
CMYK0.010.0800.33
HSL290.77º7.18%64.51%-
HSV(B)290.77º7.6%67.06%-
XYZ35.9435.8343.55-
YUV162.77132.64132.44-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.94%
GREEN value IS 158 (62.11% from 255) = 31.73%
BLUE value IS 171 (67.19% from 255) = 34.34%
R=33.94%
G=31.73%
B=34.34%

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
Decimal1691581710.010.0800.33290.777.1864.51
HexA99EAB18021123741
Octal2512362531100414437101
Binary1010100110011110101010111100001000011001000111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99EAB; }

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

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

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

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

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

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

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

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