#A7ABAE

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

Shades of Grey Chateau #A7ABAE

Tints of Grey Chateau #A7ABAE

Color information

#A7ABAE (or 0xA7ABAE) is unknown color: approx Grey Chateau. HEX triplet: A7, AB and AE. RGB value is (167,171,174). Sum of RGB (Red+Green+Blue) = 167+171+174=512 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.62% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 174 (68.36% from 255 or 33.98% from 512); Max value from RGB is 174 - color contains mainly: blue. Hex color #A7ABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7ABAE is #585451. Grayscale: #AAAAAA. Windows color (decimal): -5788754 or 11447207. OLE color: 11447207.

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

Color convert

RGB167171174-
CMYK0.040.0200.32
HSL205.71º4.14%66.86%-
HSV(B)205.71º4.02%68.24%-
XYZ38.1440.445.83-
YUV170.15130.17125.76-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.62%
GREEN value IS 171 (67.19% from 255) = 33.40%
BLUE value IS 174 (68.36% from 255) = 33.98%
R=32.62%
G=33.40%
B=33.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1671711740.040.0200.32205.714.1466.86
HexA7ABAE42020ce443
Octal247253256420403164103
Binary101001111010101110101110100100100000110011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7ABAE; }

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

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

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

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

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

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

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

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