#A3B0B8

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

Shades of Gull Grey #A3B0B8

Tints of Gull Grey #A3B0B8

Color information

#A3B0B8 (or 0xA3B0B8) is unknown color: approx Gull Grey. HEX triplet: A3, B0 and B8. RGB value is (163,176,184). Sum of RGB (Red+Green+Blue) = 163+176+184=523 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.17% from 523); Green value is 176 (69.14% from 255 or 33.65% from 523); Blue value is 184 (72.27% from 255 or 35.18% from 523); Max value from RGB is 184 - color contains mainly: blue. Hex color #A3B0B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3B0B8 is #5C4F47. Grayscale: #ACACAC. Windows color (decimal): -6049608 or 12103843. OLE color: 12103843.

HSL color Cylindrical-coordinate representation of color #A3B0B8: hue angle of 202.86º degrees, saturation: 0.13, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A3B0B8 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB163176184-
CMYK0.110.0400.28
HSL202.86º12.88%68.04%-
HSV(B)202.86º11.41%72.16%-
XYZ39.2842.351.44-
YUV173.02134.19120.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.17%
GREEN value IS 176 (69.14% from 255) = 33.65%
BLUE value IS 184 (72.27% from 255) = 35.18%
R=31.17%
G=33.65%
B=35.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1631761840.110.0400.28202.8612.8868.04
HexA3B0B8B401Ccbd44
Octal24326027013403431315104
Binary10100011101100001011100010111000111001100101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B0B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B0B8; }

 p { color: rgb(163,176,184); }

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

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

 a { background-color: rgb(163,176,184); }

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

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

 span { border-color: rgb(163,176,184); }

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