Html Css Color HEX #A0B1BA Gull Grey

📋 copy color: '#A0B1BA'

red 160 ◦ green 177 ◦ blue 186

#A0B1BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gull Grey #A0B1BA

Tints of Gull Grey #A0B1BA

RGB

 RED value IS 160 (62.89% from 255) = 30.59%

 GREEN value IS 177 (69.53% from 255) = 33.84%

 BLUE value IS 186 (73.05% from 255) = 35.56%

R = 30.59%
G = 33.84%
B = 35.56%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A0B1BA (or 0xA0B1BA) is known color: Gull Grey. HEX triplet: A0, B1 and BA. RGB value is (160,177,186). Sum of RGB (Red+Green+Blue) = 160+177+186=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 177 (69.53% from 255 or 33.84% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 186 - color contains mainly: blue. Hex color #A0B1BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0B1BA is #5F4E45. Grayscale: #ACACAC. Windows color (decimal): -6245958 or 12235168. OLE color: 12235168.

HSL color Cylindrical-coordinate representation of color #A0B1BA: hue angle of 200.77º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A0B1BA is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 177 186 -
CMYK 0.14 0.05 0 0.27
HSL 200.77º 0.16% 0.68% -
HSV(B) 200.77º 0.14% 0.73% -
XYZ 39.08 42.46 52.59 -
YUV 172.94 135.37 118.77 -
System Red Green Blue C M Y K H S L
Decimal 160 177 186 0.14 0.05 0 0.27 200.77 0.16 0.68
Hex A0 B1 BA E 5 0 1B C9 10 44
Octal 240 261 272 16 5 0 33 311 20 104
Binary 10100000 10110001 10111010 1110 101 0 11011 11001001 10000 1000100

Color Harmonies of #A0B1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B1BA

Black with #A0B1BA

Text Example


Text Example

White with #A0B1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B1BA; }

 p { color: rgb(160,177,186); }

 H1.HeaderClassName
 {
   color: #A0B1BA;
 }
 .AnyTagClassName
 {
   color: #A0B1BA;
 }
</style>

background-color css

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

 a { background-color: rgb(160,177,186); }

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

border-color css

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

 span { border-color: rgb(160,177,186); }

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