#A7A2AB

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

Shades of Chatelle #A7A2AB

Tints of Chatelle #A7A2AB

Color information

#A7A2AB (or 0xA7A2AB) is unknown color: approx Chatelle. HEX triplet: A7, A2 and AB. RGB value is (167,162,171). Sum of RGB (Red+Green+Blue) = 167+162+171=500 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.4% from 500); Green value is 162 (63.67% from 255 or 32.4% 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 #A7A2AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A2AB is #585D54. Grayscale: #A4A4A4. Windows color (decimal): -5791061 or 11248295. OLE color: 11248295.

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

Color convert

RGB167162171-
CMYK0.020.0500.33
HSL273.33º5.08%65.29%-
HSV(B)273.33º5.26%67.06%-
XYZ36.213743.76-
YUV164.52131.66129.77-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.4%
GREEN value IS 162 (63.67% from 255) = 32.4%
BLUE value IS 171 (67.19% from 255) = 34.2%
R=33.4%
G=32.4%
B=34.2%

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
Decimal1671621710.020.0500.33273.335.0865.29
HexA7A2AB25021111541
Octal247242253250414215101
Binary1010011110100010101010111010101000011000100011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A2AB; }

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

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

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

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

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

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

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

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