#A5AEB6

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

Shades of Grey Chateau #A5AEB6

Tints of Grey Chateau #A5AEB6

Color information

#A5AEB6 (or 0xA5AEB6) is unknown color: approx Grey Chateau. HEX triplet: A5, AE and B6. RGB value is (165,174,182). Sum of RGB (Red+Green+Blue) = 165+174+182=521 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.67% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 182 (71.48% from 255 or 34.93% from 521); Max value from RGB is 182 - color contains mainly: blue. Hex color #A5AEB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AEB6 is #5A5149. Grayscale: #ACACAC. Windows color (decimal): -5919050 or 11972261. OLE color: 11972261.

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

Color convert

RGB165174182-
CMYK0.090.0400.29
HSL208.24º10.43%68.04%-
HSV(B)208.24º9.34%71.37%-
XYZ39.141.6550.23-
YUV172.22133.52122.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.67%
GREEN value IS 174 (68.36% from 255) = 33.40%
BLUE value IS 182 (71.48% from 255) = 34.93%
R=31.67%
G=33.40%
B=34.93%

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
Decimal1651741820.090.0400.29208.2410.4368.04
HexA5AEB69401Dd0a44
Octal24525626611403532012104
Binary10100101101011101011011010011000111011101000010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AEB6; }

 p { color: rgb(165,174,182); }

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

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

 a { background-color: rgb(165,174,182); }

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

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

 span { border-color: rgb(165,174,182); }

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