#A5AAAB

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

Shades of Gull Grey #A5AAAB

Tints of Gull Grey #A5AAAB

Color information

#A5AAAB (or 0xA5AAAB) is unknown color: approx Gull Grey. HEX triplet: A5, AA and AB. RGB value is (165,170,171). Sum of RGB (Red+Green+Blue) = 165+170+171=506 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.61% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 171 - color contains mainly: blue. Hex color #A5AAAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AAAB is #5A5554. Grayscale: #A8A8A8. Windows color (decimal): -5920085 or 11250341. OLE color: 11250341.

HSL color Cylindrical-coordinate representation of color #A5AAAB: hue angle of 190º 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 #A5AAAB is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB165170171-
CMYK0.040.0100.33
HSL190º3.45%65.88%-
HSV(B)190º3.51%67.06%-
XYZ37.2439.6944.23-
YUV168.62129.34125.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.61%
GREEN value IS 170 (66.80% from 255) = 33.60%
BLUE value IS 171 (67.19% from 255) = 33.79%
R=32.61%
G=33.60%
B=33.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651701710.040.0100.331903.4565.88
HexA5AAAB41021be342
Octal245252253410412763102
Binary1010010110101010101010111001010000110111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AAAB; }

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

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

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

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

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

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

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

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