#A99BAE

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

Shades of Chatelle #A99BAE

Tints of Chatelle #A99BAE

Color information

#A99BAE (or 0xA99BAE) is unknown color: approx Chatelle. HEX triplet: A9, 9B and AE. RGB value is (169,155,174). Sum of RGB (Red+Green+Blue) = 169+155+174=498 (65% of max value = 765). Red value is 169 (66.41% from 255 or 33.94% from 498); Green value is 155 (60.94% from 255 or 31.12% from 498); Blue value is 174 (68.36% from 255 or 34.94% from 498); Max value from RGB is 174 - color contains mainly: blue. Hex color #A99BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99BAE is #566451. Grayscale: #A1A1A1. Windows color (decimal): -5661778 or 11443113. OLE color: 11443113.

HSL color Cylindrical-coordinate representation of color #A99BAE: hue angle of 284.21º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A99BAE is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB169155174-
CMYK0.030.1100.32
HSL284.21º10.5%64.51%-
HSV(B)284.21º10.92%68.24%-
XYZ35.7234.9344.9-
YUV161.35135.14133.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.94%
GREEN value IS 155 (60.94% from 255) = 31.12%
BLUE value IS 174 (68.36% from 255) = 34.94%
R=33.94%
G=31.12%
B=34.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691551740.030.1100.32284.2110.564.51
HexA99BAE3B02011ca41
Octal25123325631304043412101
Binary101010011001101110101110111011010000010001110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99BAE; }

 p { color: rgb(169,155,174); }

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

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

 a { background-color: rgb(169,155,174); }

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

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

 span { border-color: rgb(169,155,174); }

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