#A5A8AB

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

Shades of Grey Chateau #A5A8AB

Tints of Grey Chateau #A5A8AB

Color information

#A5A8AB (or 0xA5A8AB) is unknown color: approx Grey Chateau. HEX triplet: A5, A8 and AB. RGB value is (165,168,171). Sum of RGB (Red+Green+Blue) = 165+168+171=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 171 - color contains mainly: blue. Hex color #A5A8AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A8AB is #5A5754. Grayscale: #A7A7A7. Windows color (decimal): -5920597 or 11249829. OLE color: 11249829.

HSL color Cylindrical-coordinate representation of color #A5A8AB: hue angle of 210º degrees, saturation: 0.03, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A5A8AB is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB165168171-
CMYK0.040.0200.33
HSL210º3.45%65.88%-
HSV(B)210º3.51%67.06%-
XYZ36.8738.9444.1-
YUV167.44130.01126.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.74%
GREEN value IS 168 (66.02% from 255) = 33.33%
BLUE value IS 171 (67.19% from 255) = 33.93%
R=32.74%
G=33.33%
B=33.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651681710.040.0200.332103.4565.88
HexA5A8AB42021d2342
Octal245250253420413223102
Binary10100101101010001010101110010010000111010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A8AB; }

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

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

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

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

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

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

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

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