#A8A1AB

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

Shades of Chatelle #A8A1AB

Tints of Chatelle #A8A1AB

Color information

#A8A1AB (or 0xA8A1AB) is unknown color: approx Chatelle. HEX triplet: A8, A1 and AB. RGB value is (168,161,171). Sum of RGB (Red+Green+Blue) = 168+161+171=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 161 (63.28% from 255 or 32.2% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 171 - color contains mainly: blue. Hex color #A8A1AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A1AB is #575E54. Grayscale: #A4A4A4. Windows color (decimal): -5725781 or 11248040. OLE color: 11248040.

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

Color convert

RGB168161171-
CMYK0.020.0600.33
HSL282º5.62%65.1%-
HSV(B)282º5.85%67.06%-
XYZ36.2436.7543.71-
YUV164.23131.82130.69-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.6%
GREEN value IS 161 (63.28% from 255) = 32.2%
BLUE value IS 171 (67.19% from 255) = 34.2%
R=33.6%
G=32.2%
B=34.2%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681611710.020.0600.332825.6265.1
HexA8A1AB2602111a641
Octal250241253260414326101
Binary1010100010100001101010111011001000011000110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A1AB; }

 p { color: rgb(168,161,171); }

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

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

 a { background-color: rgb(168,161,171); }

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

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

 span { border-color: rgb(168,161,171); }

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