#A0B0B5

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

Shades of Gull Grey #A0B0B5

Tints of Gull Grey #A0B0B5

Color information

#A0B0B5 (or 0xA0B0B5) is unknown color: approx Gull Grey. HEX triplet: A0, B0 and B5. RGB value is (160,176,181). Sum of RGB (Red+Green+Blue) = 160+176+181=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 176 (69.14% from 255 or 34.04% from 517); Blue value is 181 (71.09% from 255 or 35.01% from 517); Max value from RGB is 181 - color contains mainly: blue. Hex color #A0B0B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0B0B5 is #5F4F4A. Grayscale: #ABABAB. Windows color (decimal): -6246219 or 11907232. OLE color: 11907232.

HSL color Cylindrical-coordinate representation of color #A0B0B5: hue angle of 194.29º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A0B0B5 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB160176181-
CMYK0.120.0300.29
HSL194.29º12.43%66.86%-
HSV(B)194.29º11.6%70.98%-
XYZ38.3641.8649.77-
YUV171.79133.2119.59-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.95%
GREEN value IS 176 (69.14% from 255) = 34.04%
BLUE value IS 181 (71.09% from 255) = 35.01%
R=30.95%
G=34.04%
B=35.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601761810.120.0300.29194.2912.4366.86
HexA0B0B5C301Dc2c43
Octal24026026514303530214103
Binary1010000010110000101101011100110111011100001011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B0B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B0B5; }

 p { color: rgb(160,176,181); }

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

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

 a { background-color: rgb(160,176,181); }

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

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

 span { border-color: rgb(160,176,181); }

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