#A5AFB3

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

Shades of Gull Grey #A5AFB3

Tints of Gull Grey #A5AFB3

Color information

#A5AFB3 (or 0xA5AFB3) is unknown color: approx Gull Grey. HEX triplet: A5, AF and B3. RGB value is (165,175,179). Sum of RGB (Red+Green+Blue) = 165+175+179=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 179 (70.31% from 255 or 34.49% from 519); Max value from RGB is 179 - color contains mainly: blue. Hex color #A5AFB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AFB3 is #5A504C. Grayscale: #ACACAC. Windows color (decimal): -5918797 or 11775909. OLE color: 11775909.

HSL color Cylindrical-coordinate representation of color #A5AFB3: hue angle of 197.14º degrees, saturation: 0.08, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A5AFB3 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB165175179-
CMYK0.080.0200.30
HSL197.14º8.43%67.45%-
HSV(B)197.14º7.82%70.2%-
XYZ38.9841.9148.68-
YUV172.47131.69122.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.79%
GREEN value IS 175 (68.75% from 255) = 33.72%
BLUE value IS 179 (70.31% from 255) = 34.49%
R=31.79%
G=33.72%
B=34.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1651751790.080.0200.30197.148.4367.45
HexA5AFB38201Ec5843
Octal24525726310203630510103
Binary1010010110101111101100111000100111101100010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AFB3; }

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

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

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

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

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

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

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

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