#A1ABB4

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

Shades of Grey Chateau #A1ABB4

Tints of Grey Chateau #A1ABB4

Color information

#A1ABB4 (or 0xA1ABB4) is unknown color: approx Grey Chateau. HEX triplet: A1, AB and B4. RGB value is (161,171,180). Sum of RGB (Red+Green+Blue) = 161+171+180=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 180 (70.70% from 255 or 35.16% from 512); Max value from RGB is 180 - color contains mainly: blue. Hex color #A1ABB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ABB4 is #5E544B. Grayscale: #A8A8A8. Windows color (decimal): -6181964 or 11840417. OLE color: 11840417.

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

Color convert

RGB161171180-
CMYK0.110.0500.29
HSL208.42º11.24%66.86%-
HSV(B)208.42º10.56%70.59%-
XYZ37.54048.92-
YUV169.04134.19122.27-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.45%
GREEN value IS 171 (67.19% from 255) = 33.40%
BLUE value IS 180 (70.70% from 255) = 35.16%
R=31.45%
G=33.40%
B=35.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611711800.110.0500.29208.4211.2466.86
HexA1ABB4B501Dd0b43
Octal24125326413503532013103
Binary10100001101010111011010010111010111011101000010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ABB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ABB4; }

 p { color: rgb(161,171,180); }

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

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

 a { background-color: rgb(161,171,180); }

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

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

 span { border-color: rgb(161,171,180); }

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