#A99BAD

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

Shades of Chatelle #A99BAD

Tints of Chatelle #A99BAD

Color information

#A99BAD (or 0xA99BAD) is unknown color: approx Chatelle. HEX triplet: A9, 9B and AD. RGB value is (169,155,173). Sum of RGB (Red+Green+Blue) = 169+155+173=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 155 (60.94% from 255 or 31.19% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 173 - color contains mainly: blue. Hex color #A99BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99BAD is #566452. Grayscale: #A1A1A1. Windows color (decimal): -5661779 or 11377577. OLE color: 11377577.

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

Color convert

RGB169155173-
CMYK0.020.1000.32
HSL286.67º9.89%64.31%-
HSV(B)286.67º10.4%67.84%-
XYZ35.6334.8944.39-
YUV161.24134.64133.54-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.00%
GREEN value IS 155 (60.94% from 255) = 31.19%
BLUE value IS 173 (67.97% from 255) = 34.81%
R=34.00%
G=31.19%
B=34.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691551730.020.1000.32286.679.8964.31
HexA99BAD2A02011fa40
Octal25123325521204043712100
Binary101010011001101110101101101010010000010001111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99BAD; }

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

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

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

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

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

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

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

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