#A2ABB4

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

Shades of Grey Chateau #A2ABB4

Tints of Grey Chateau #A2ABB4

Color information

#A2ABB4 (or 0xA2ABB4) is unknown color: approx Grey Chateau. HEX triplet: A2, AB and B4. RGB value is (162,171,180). Sum of RGB (Red+Green+Blue) = 162+171+180=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 180 (70.70% from 255 or 35.09% from 513); Max value from RGB is 180 - color contains mainly: blue. Hex color #A2ABB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2ABB4 is #5D544B. Grayscale: #A9A9A9. Windows color (decimal): -6116428 or 11840418. OLE color: 11840418.

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

Color convert

RGB162171180-
CMYK0.10.0500.29
HSL210º10.71%67.06%-
HSV(B)210º10%70.59%-
XYZ37.740.148.93-
YUV169.34134.02122.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.58%
GREEN value IS 171 (67.19% from 255) = 33.33%
BLUE value IS 180 (70.70% from 255) = 35.09%
R=31.58%
G=33.33%
B=35.09%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621711800.10.0500.2921010.7167.06
HexA2ABB4A501Dd2b43
Octal24225326412503532213103
Binary10100010101010111011010010101010111011101001010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2ABB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2ABB4; }

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

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

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

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

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

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

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

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