#A4A1A6

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

Shades of Chatelle #A4A1A6

Tints of Chatelle #A4A1A6

Color information

#A4A1A6 (or 0xA4A1A6) is unknown color: approx Chatelle. HEX triplet: A4, A1 and A6. RGB value is (164,161,166). Sum of RGB (Red+Green+Blue) = 164+161+166=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 161 (63.28% from 255 or 32.79% from 491); Blue value is 166 (65.23% from 255 or 33.81% from 491); Max value from RGB is 166 - color contains mainly: blue. Hex color #A4A1A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A1A6 is #5B5E59. Grayscale: #A2A2A2. Windows color (decimal): -5987930 or 10920356. OLE color: 10920356.

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

Color convert

RGB164161166-
CMYK0.010.0300.35
HSL276º2.73%64.12%-
HSV(B)276º3.01%65.1%-
XYZ34.9436.1441.21-
YUV162.47129.99129.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.40%
GREEN value IS 161 (63.28% from 255) = 32.79%
BLUE value IS 166 (65.23% from 255) = 33.81%
R=33.40%
G=32.79%
B=33.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1641611660.010.0300.352762.7364.12
HexA4A1A613023114340
Octal244241246130434243100
Binary1010010010100001101001101110100011100010100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A1A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A1A6; }

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

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

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

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

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

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

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

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