#A8A0AE

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

Shades of Chatelle #A8A0AE

Tints of Chatelle #A8A0AE

Color information

#A8A0AE (or 0xA8A0AE) is unknown color: approx Chatelle. HEX triplet: A8, A0 and AE. RGB value is (168,160,174). Sum of RGB (Red+Green+Blue) = 168+160+174=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 160 (62.89% from 255 or 31.87% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 174 - color contains mainly: blue. Hex color #A8A0AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A0AE is #575F51. Grayscale: #A3A3A3. Windows color (decimal): -5726034 or 11444392. OLE color: 11444392.

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

Color convert

RGB168160174-
CMYK0.030.0800.32
HSL274.29º7.95%65.49%-
HSV(B)274.29º8.05%68.24%-
XYZ36.3636.5245.18-
YUV163.99133.65130.86-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.47%
GREEN value IS 160 (62.89% from 255) = 31.87%
BLUE value IS 174 (68.36% from 255) = 34.66%
R=33.47%
G=31.87%
B=34.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681601740.030.0800.32274.297.9565.49
HexA8A0AE38020112841
Octal25024025631004042210101
Binary101010001010000010101110111000010000010001001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A0AE; }

 p { color: rgb(168,160,174); }

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

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

 a { background-color: rgb(168,160,174); }

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

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

 span { border-color: rgb(168,160,174); }

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