#A5AAAF

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

Shades of Grey Chateau #A5AAAF

Tints of Grey Chateau #A5AAAF

Color information

#A5AAAF (or 0xA5AAAF) is unknown color: approx Grey Chateau. HEX triplet: A5, AA and AF. RGB value is (165,170,175). Sum of RGB (Red+Green+Blue) = 165+170+175=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 175 - color contains mainly: blue. Hex color #A5AAAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AAAF is #5A5550. Grayscale: #A9A9A9. Windows color (decimal): -5920081 or 11512485. OLE color: 11512485.

HSL color Cylindrical-coordinate representation of color #A5AAAF: hue angle of 210º degrees, saturation: 0.06, 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 #A5AAAF is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB165170175-
CMYK0.060.0300.31
HSL210º5.88%66.67%-
HSV(B)210º5.71%68.63%-
XYZ37.6339.8446.26-
YUV169.08131.34125.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.35%
GREEN value IS 170 (66.80% from 255) = 33.33%
BLUE value IS 175 (68.75% from 255) = 34.31%
R=32.35%
G=33.33%
B=34.31%

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
Decimal1651701750.060.0300.312105.8866.67
HexA5AAAF6301Fd2643
Octal245252257630373226103
Binary10100101101010101010111111011011111110100101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AAAF; }

 p { color: rgb(165,170,175); }

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

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

 a { background-color: rgb(165,170,175); }

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

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

 span { border-color: rgb(165,170,175); }

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