#A49DA6

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

Shades of Chatelle #A49DA6

Tints of Chatelle #A49DA6

Color information

#A49DA6 (or 0xA49DA6) is unknown color: approx Chatelle. HEX triplet: A4, 9D and A6. RGB value is (164,157,166). Sum of RGB (Red+Green+Blue) = 164+157+166=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 157 (61.72% from 255 or 32.24% from 487); Blue value is 166 (65.23% from 255 or 34.09% from 487); Max value from RGB is 166 - color contains mainly: blue. Hex color #A49DA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49DA6 is #5B6259. Grayscale: #A0A0A0. Windows color (decimal): -5988954 or 10919332. OLE color: 10919332.

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

Color convert

RGB164157166-
CMYK0.010.0500.35
HSL286.67º4.81%63.33%-
HSV(B)286.67º5.42%65.1%-
XYZ34.2534.7640.98-
YUV160.12131.32130.77-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.68%
GREEN value IS 157 (61.72% from 255) = 32.24%
BLUE value IS 166 (65.23% from 255) = 34.09%
R=33.68%
G=32.24%
B=34.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1641571660.010.0500.35286.674.8163.33
HexA49DA61502311f53f
Octal24423524615043437577
Binary10100100100111011010011011010100011100011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49DA6; }

 p { color: rgb(164,157,166); }

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

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

 a { background-color: rgb(164,157,166); }

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

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

 span { border-color: rgb(164,157,166); }

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