#A5ABB0

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

Shades of Grey Chateau #A5ABB0

Tints of Grey Chateau #A5ABB0

Color information

#A5ABB0 (or 0xA5ABB0) is unknown color: approx Grey Chateau. HEX triplet: A5, AB and B0. RGB value is (165,171,176). Sum of RGB (Red+Green+Blue) = 165+171+176=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 176 (69.14% from 255 or 34.38% from 512); Max value from RGB is 176 - color contains mainly: blue. Hex color #A5ABB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5ABB0 is #5A544F. Grayscale: #A9A9A9. Windows color (decimal): -5919824 or 11578277. OLE color: 11578277.

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

Color convert

RGB165171176-
CMYK0.060.0300.31
HSL207.27º6.51%66.86%-
HSV(B)207.27º6.25%69.02%-
XYZ37.9240.2646.85-
YUV169.78131.51124.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.23%
GREEN value IS 171 (67.19% from 255) = 33.40%
BLUE value IS 176 (69.14% from 255) = 34.38%
R=32.23%
G=33.40%
B=34.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651711760.060.0300.31207.276.5166.86
HexA5ABB06301Fcf743
Octal245253260630373177103
Binary10100101101010111011000011011011111110011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ABB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ABB0; }

 p { color: rgb(165,171,176); }

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

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

 a { background-color: rgb(165,171,176); }

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

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

 span { border-color: rgb(165,171,176); }

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