#A7AAAD

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

Shades of Grey Chateau #A7AAAD

Tints of Grey Chateau #A7AAAD

Color information

#A7AAAD (or 0xA7AAAD) is unknown color: approx Grey Chateau. HEX triplet: A7, AA and AD. RGB value is (167,170,173). Sum of RGB (Red+Green+Blue) = 167+170+173=510 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.75% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 173 (67.97% from 255 or 33.92% from 510); Max value from RGB is 173 - color contains mainly: blue. Hex color #A7AAAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AAAD is #585552. Grayscale: #A9A9A9. Windows color (decimal): -5789011 or 11381415. OLE color: 11381415.

HSL color Cylindrical-coordinate representation of color #A7AAAD: hue angle of 210º degrees, saturation: 0.04, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #A7AAAD is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB167170173-
CMYK0.030.0200.32
HSL210º3.53%66.67%-
HSV(B)210º3.47%67.84%-
XYZ37.8539.9845.26-
YUV169.44130.01126.26-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.75%
GREEN value IS 170 (66.80% from 255) = 33.33%
BLUE value IS 173 (67.97% from 255) = 33.92%
R=32.75%
G=33.33%
B=33.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1671701730.030.0200.322103.5366.67
HexA7AAAD32020d2443
Octal247252255320403224103
Binary10100111101010101010110111100100000110100101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AAAD; }

 p { color: rgb(167,170,173); }

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

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

 a { background-color: rgb(167,170,173); }

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

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

 span { border-color: rgb(167,170,173); }

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