Html Css Color HEX #A1B1BA Gull Grey

📋 copy color: '#A1B1BA'

red 161 ◦ green 177 ◦ blue 186

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

Shades of Gull Grey #A1B1BA

Tints of Gull Grey #A1B1BA

RGB

 RED value IS 161 (63.28% from 255) = 30.73%

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

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

R = 30.73%
G = 33.78%
B = 35.5%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A1B1BA (or 0xA1B1BA) is known color: Gull Grey. HEX triplet: A1, B1 and BA. RGB value is (161,177,186). Sum of RGB (Red+Green+Blue) = 161+177+186=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 177 (69.53% from 255 or 33.78% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 186 - color contains mainly: blue. Hex color #A1B1BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1B1BA is #5E4E45. Grayscale: #ADADAD. Windows color (decimal): -6180422 or 12235169. OLE color: 12235169.

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

Color convert

RGB 161 177 186 -
CMYK 0.13 0.05 0 0.27
HSL 201.6º 0.15% 0.68% -
HSV(B) 201.6º 0.13% 0.73% -
XYZ 39.28 42.57 52.6 -
YUV 173.24 135.2 119.27 -
System Red Green Blue C M Y K H S L
Decimal 161 177 186 0.13 0.05 0 0.27 201.6 0.15 0.68
Hex A1 B1 BA D 5 0 1B CA F 44
Octal 241 261 272 15 5 0 33 312 17 104
Binary 10100001 10110001 10111010 1101 101 0 11011 11001010 1111 1000100

Color Harmonies of #A1B1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B1BA

Black with #A1B1BA

Text Example


Text Example

White with #A1B1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B1BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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