#A8A3AE

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

Shades of Chatelle #A8A3AE

Tints of Chatelle #A8A3AE

Color information

#A8A3AE (or 0xA8A3AE) is unknown color: approx Chatelle. HEX triplet: A8, A3 and AE. RGB value is (168,163,174). Sum of RGB (Red+Green+Blue) = 168+163+174=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 163 (64.06% from 255 or 32.28% from 505); Blue value is 174 (68.36% from 255 or 34.46% from 505); Max value from RGB is 174 - color contains mainly: blue. Hex color #A8A3AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A3AE is #575C51. Grayscale: #A5A5A5. Windows color (decimal): -5725266 or 11445160. OLE color: 11445160.

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

Color convert

RGB168163174-
CMYK0.030.0600.32
HSL267.27º6.36%66.08%-
HSV(B)267.27º6.32%68.24%-
XYZ36.8937.5845.35-
YUV165.75132.66129.61-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.27%
GREEN value IS 163 (64.06% from 255) = 32.28%
BLUE value IS 174 (68.36% from 255) = 34.46%
R=33.27%
G=32.28%
B=34.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681631740.030.0600.32267.276.3666.08
HexA8A3AE3602010b642
Octal250243256360404136102
Binary1010100010100011101011101111001000001000010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A3AE; }

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

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

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

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

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

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

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

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