#A5AFB6

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

Shades of Gull Grey #A5AFB6

Tints of Gull Grey #A5AFB6

Color information

#A5AFB6 (or 0xA5AFB6) is unknown color: approx Gull Grey. HEX triplet: A5, AF and B6. RGB value is (165,175,182). Sum of RGB (Red+Green+Blue) = 165+175+182=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 182 (71.48% from 255 or 34.87% from 522); Max value from RGB is 182 - color contains mainly: blue. Hex color #A5AFB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AFB6 is #5A5049. Grayscale: #ACACAC. Windows color (decimal): -5918794 or 11972517. OLE color: 11972517.

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

Color convert

RGB165175182-
CMYK0.090.0400.29
HSL204.71º10.43%68.04%-
HSV(B)204.71º9.34%71.37%-
XYZ39.2942.0450.3-
YUV172.81133.19122.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.61%
GREEN value IS 175 (68.75% from 255) = 33.52%
BLUE value IS 182 (71.48% from 255) = 34.87%
R=31.61%
G=33.52%
B=34.87%

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
Decimal1651751820.090.0400.29204.7110.4368.04
HexA5AFB69401Dcda44
Octal24525726611403531512104
Binary10100101101011111011011010011000111011100110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AFB6; }

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

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

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

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

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

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

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

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