#A3ACB4

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

Shades of Grey Chateau #A3ACB4

Tints of Grey Chateau #A3ACB4

Color information

#A3ACB4 (or 0xA3ACB4) is unknown color: approx Grey Chateau. HEX triplet: A3, AC and B4. RGB value is (163,172,180). Sum of RGB (Red+Green+Blue) = 163+172+180=515 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.65% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 180 (70.70% from 255 or 34.95% from 515); Max value from RGB is 180 - color contains mainly: blue. Hex color #A3ACB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3ACB4 is #5C534B. Grayscale: #AAAAAA. Windows color (decimal): -6050636 or 11840675. OLE color: 11840675.

HSL color Cylindrical-coordinate representation of color #A3ACB4: hue angle of 208.24º 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 #A3ACB4 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB163172180-
CMYK0.090.0400.29
HSL208.24º10.18%67.25%-
HSV(B)208.24º9.44%70.59%-
XYZ38.140.5949.01-
YUV170.22133.52122.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.65%
GREEN value IS 172 (67.58% from 255) = 33.40%
BLUE value IS 180 (70.70% from 255) = 34.95%
R=31.65%
G=33.40%
B=34.95%

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
Decimal1631721800.090.0400.29208.2410.1867.25
HexA3ACB49401Dd0a43
Octal24325426411403532012103
Binary10100011101011001011010010011000111011101000010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3ACB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3ACB4; }

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

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

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

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

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

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

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

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