#A4ABB1

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

Shades of Grey Chateau #A4ABB1

Tints of Grey Chateau #A4ABB1

Color information

#A4ABB1 (or 0xA4ABB1) is unknown color: approx Grey Chateau. HEX triplet: A4, AB and B1. RGB value is (164,171,177). Sum of RGB (Red+Green+Blue) = 164+171+177=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 177 (69.53% from 255 or 34.57% from 512); Max value from RGB is 177 - color contains mainly: blue. Hex color #A4ABB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4ABB1 is #5B544E. Grayscale: #A9A9A9. Windows color (decimal): -5985359 or 11643812. OLE color: 11643812.

HSL color Cylindrical-coordinate representation of color #A4ABB1: hue angle of 207.69º degrees, saturation: 0.08, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A4ABB1 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB164171177-
CMYK0.070.0300.31
HSL207.69º7.69%66.86%-
HSV(B)207.69º7.34%69.41%-
XYZ37.8140.1947.36-
YUV169.59132.18124.01-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.03%
GREEN value IS 171 (67.19% from 255) = 33.40%
BLUE value IS 177 (69.53% from 255) = 34.57%
R=32.03%
G=33.40%
B=34.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641711770.070.0300.31207.697.6966.86
HexA4ABB17301Fd0843
Octal2442532617303732010103
Binary101001001010101110110001111110111111101000010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ABB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ABB1; }

 p { color: rgb(164,171,177); }

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

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

 a { background-color: rgb(164,171,177); }

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

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

 span { border-color: rgb(164,171,177); }

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