#A0B2B5

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

Shades of Gull Grey #A0B2B5

Tints of Gull Grey #A0B2B5

Color information

#A0B2B5 (or 0xA0B2B5) is unknown color: approx Gull Grey. HEX triplet: A0, B2 and B5. RGB value is (160,178,181). Sum of RGB (Red+Green+Blue) = 160+178+181=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 178 (69.92% from 255 or 34.30% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 181 - color contains mainly: blue. Hex color #A0B2B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0B2B5 is #5F4D4A. Grayscale: #ACACAC. Windows color (decimal): -6245707 or 11907744. OLE color: 11907744.

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

Color convert

RGB160178181-
CMYK0.120.0200.29
HSL188.57º12.43%66.86%-
HSV(B)188.57º11.6%70.98%-
XYZ38.7642.6549.91-
YUV172.96132.54118.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.83%
GREEN value IS 178 (69.92% from 255) = 34.30%
BLUE value IS 181 (71.09% from 255) = 34.87%
R=30.83%
G=34.30%
B=34.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601781810.120.0200.29188.5712.4366.86
HexA0B2B5C201Dbdc43
Octal24026226514203527514103
Binary1010000010110010101101011100100111011011110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B2B5; }

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

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

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

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

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

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

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

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