#A8A4AC

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

Shades of Chatelle #A8A4AC

Tints of Chatelle #A8A4AC

Color information

#A8A4AC (or 0xA8A4AC) is unknown color: approx Chatelle. HEX triplet: A8, A4 and AC. RGB value is (168,164,172). Sum of RGB (Red+Green+Blue) = 168+164+172=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 164 (64.45% from 255 or 32.54% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 172 - color contains mainly: blue. Hex color #A8A4AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A4AC is #575B53. Grayscale: #A6A6A6. Windows color (decimal): -5725012 or 11314344. OLE color: 11314344.

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

Color convert

RGB168164172-
CMYK0.020.0500.33
HSL270º4.6%65.88%-
HSV(B)270º4.65%67.45%-
XYZ36.8737.8544.39-
YUV166.11131.33129.35-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.33%
GREEN value IS 164 (64.45% from 255) = 32.54%
BLUE value IS 172 (67.58% from 255) = 34.13%
R=33.33%
G=32.54%
B=34.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681641720.020.0500.332704.665.88
HexA8A4AC2502110e542
Octal250244254250414165102
Binary1010100010100100101011001010101000011000011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A4AC; }

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

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

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

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

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

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

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

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