#A7A0AB

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

Shades of Chatelle #A7A0AB

Tints of Chatelle #A7A0AB

Color information

#A7A0AB (or 0xA7A0AB) is unknown color: approx Chatelle. HEX triplet: A7, A0 and AB. RGB value is (167,160,171). Sum of RGB (Red+Green+Blue) = 167+160+171=498 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.53% from 498); Green value is 160 (62.89% from 255 or 32.13% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 171 - color contains mainly: blue. Hex color #A7A0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A0AB is #585F54. Grayscale: #A3A3A3. Windows color (decimal): -5791573 or 11247783. OLE color: 11247783.

HSL color Cylindrical-coordinate representation of color #A7A0AB: hue angle of 278.18º 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 #A7A0AB is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB167160171-
CMYK0.020.0600.33
HSL278.18º6.15%64.9%-
HSV(B)278.18º6.43%67.06%-
XYZ35.8636.343.64-
YUV163.35132.32130.61-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.53%
GREEN value IS 160 (62.89% from 255) = 32.13%
BLUE value IS 171 (67.19% from 255) = 34.34%
R=33.53%
G=32.13%
B=34.34%

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
Decimal1671601710.020.0600.33278.186.1564.9
HexA7A0AB26021116641
Octal247240253260414266101
Binary1010011110100000101010111011001000011000101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A0AB; }

 p { color: rgb(167,160,171); }

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

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

 a { background-color: rgb(167,160,171); }

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

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

 span { border-color: rgb(167,160,171); }

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