#A8A4AD

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

Shades of Chatelle #A8A4AD

Tints of Chatelle #A8A4AD

Color information

#A8A4AD (or 0xA8A4AD) is unknown color: approx Chatelle. HEX triplet: A8, A4 and AD. RGB value is (168,164,173). Sum of RGB (Red+Green+Blue) = 168+164+173=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 164 (64.45% from 255 or 32.48% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 173 - color contains mainly: blue. Hex color #A8A4AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A4AD is #575B52. Grayscale: #A6A6A6. Windows color (decimal): -5725011 or 11379880. OLE color: 11379880.

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

Color convert

RGB168164173-
CMYK0.030.0500.32
HSL266.67º5.2%66.08%-
HSV(B)266.67º5.2%67.84%-
XYZ36.9737.8944.9-
YUV166.22131.83129.27-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.27%
GREEN value IS 164 (64.45% from 255) = 32.48%
BLUE value IS 173 (67.97% from 255) = 34.26%
R=33.27%
G=32.48%
B=34.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681641730.030.0500.32266.675.266.08
HexA8A4AD3502010b542
Octal250244255350404135102
Binary1010100010100100101011011110101000001000010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A4AD; }

 p { color: rgb(168,164,173); }

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

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

 a { background-color: rgb(168,164,173); }

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

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

 span { border-color: rgb(168,164,173); }

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