#A8ABAE

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

Shades of Grey Chateau #A8ABAE

Tints of Grey Chateau #A8ABAE

Color information

#A8ABAE (or 0xA8ABAE) is unknown color: approx Grey Chateau. HEX triplet: A8, AB and AE. RGB value is (168,171,174). Sum of RGB (Red+Green+Blue) = 168+171+174=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 174 (68.36% from 255 or 33.92% from 513); Max value from RGB is 174 - color contains mainly: blue. Hex color #A8ABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8ABAE is #575451. Grayscale: #AAAAAA. Windows color (decimal): -5723218 or 11447208. OLE color: 11447208.

HSL color Cylindrical-coordinate representation of color #A8ABAE: 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 #A8ABAE is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB168171174-
CMYK0.030.0200.32
HSL210º3.57%67.06%-
HSV(B)210º3.45%68.24%-
XYZ38.3540.5145.84-
YUV170.44130.01126.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.75%
GREEN value IS 171 (67.19% from 255) = 33.33%
BLUE value IS 174 (68.36% 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
Decimal1681711740.030.0200.322103.5767.06
HexA8ABAE32020d2443
Octal250253256320403224103
Binary10101000101010111010111011100100000110100101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ABAE; }

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

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

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

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

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

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

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

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