#A99BAC

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

Shades of Chatelle #A99BAC

Tints of Chatelle #A99BAC

Color information

#A99BAC (or 0xA99BAC) is unknown color: approx Chatelle. HEX triplet: A9, 9B and AC. RGB value is (169,155,172). Sum of RGB (Red+Green+Blue) = 169+155+172=496 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.07% from 496); Green value is 155 (60.94% from 255 or 31.25% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 172 - color contains mainly: blue. Hex color #A99BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99BAC is #566453. Grayscale: #A1A1A1. Windows color (decimal): -5661780 or 11312041. OLE color: 11312041.

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

Color convert

RGB169155172-
CMYK0.020.1000.33
HSL289.41º9.29%64.12%-
HSV(B)289.41º9.88%67.45%-
XYZ35.5334.8643.89-
YUV161.12134.14133.62-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.07%
GREEN value IS 155 (60.94% from 255) = 31.25%
BLUE value IS 172 (67.58% from 255) = 34.68%
R=34.07%
G=31.25%
B=34.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691551720.020.1000.33289.419.2964.12
HexA99BAC2A021121940
Octal25123325421204144111100
Binary101010011001101110101100101010010000110010000110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99BAC; }

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

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

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

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

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

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

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

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