#A4ACB4

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

Shades of Grey Chateau #A4ACB4

Tints of Grey Chateau #A4ACB4

Color information

#A4ACB4 (or 0xA4ACB4) is unknown color: approx Grey Chateau. HEX triplet: A4, AC and B4. RGB value is (164,172,180). Sum of RGB (Red+Green+Blue) = 164+172+180=516 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.78% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 180 (70.70% from 255 or 34.88% from 516); Max value from RGB is 180 - color contains mainly: blue. Hex color #A4ACB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4ACB4 is #5B534B. Grayscale: #AAAAAA. Windows color (decimal): -5985100 or 11840676. OLE color: 11840676.

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

Color convert

RGB164172180-
CMYK0.090.0400.29
HSL210º9.64%67.45%-
HSV(B)210º8.89%70.59%-
XYZ38.340.6949.02-
YUV170.52133.35123.35-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.78%
GREEN value IS 172 (67.58% from 255) = 33.33%
BLUE value IS 180 (70.70% from 255) = 34.88%
R=31.78%
G=33.33%
B=34.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1641721800.090.0400.292109.6467.45
HexA4ACB49401Dd2a43
Octal24425426411403532212103
Binary10100100101011001011010010011000111011101001010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ACB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ACB4; }

 p { color: rgb(164,172,180); }

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

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

 a { background-color: rgb(164,172,180); }

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

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

 span { border-color: rgb(164,172,180); }

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