#A49AA7

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

Shades of Chatelle #A49AA7

Tints of Chatelle #A49AA7

Color information

#A49AA7 (or 0xA49AA7) is unknown color: approx Chatelle. HEX triplet: A4, 9A and A7. RGB value is (164,154,167). Sum of RGB (Red+Green+Blue) = 164+154+167=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 154 (60.55% from 255 or 31.75% from 485); Blue value is 167 (65.62% from 255 or 34.43% from 485); Max value from RGB is 167 - color contains mainly: blue. Hex color #A49AA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49AA7 is #5B6558. Grayscale: #9E9E9E. Windows color (decimal): -5989721 or 10984100. OLE color: 10984100.

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

Color convert

RGB164154167-
CMYK0.020.0800.35
HSL286.15º6.88%62.94%-
HSV(B)286.15º7.78%65.49%-
XYZ33.8433.7941.3-
YUV158.47132.81131.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.81%
GREEN value IS 154 (60.55% from 255) = 31.75%
BLUE value IS 167 (65.62% from 255) = 34.43%
R=33.81%
G=31.75%
B=34.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1641541670.020.0800.35286.156.8862.94
HexA49AA72802311e73f
Octal244232247210043436777
Binary1010010010011010101001111010000100011100011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49AA7; }

 p { color: rgb(164,154,167); }

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

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

 a { background-color: rgb(164,154,167); }

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

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

 span { border-color: rgb(164,154,167); }

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