Html Css Color HEX #A5B1B9 Gull Grey

📋 copy color: '#A5B1B9'

red 165 ◦ green 177 ◦ blue 185

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

Shades of Gull Grey #A5B1B9

Tints of Gull Grey #A5B1B9

RGB

 RED value IS 165 (64.84% from 255) = 31.31%

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

 BLUE value IS 185 (72.66% from 255) = 35.1%

R = 31.31%
G = 33.59%
B = 35.1%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A5B1B9 (or 0xA5B1B9) is known color: Gull Grey. HEX triplet: A5, B1 and B9. RGB value is (165,177,185). Sum of RGB (Red+Green+Blue) = 165+177+185=527 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.31% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 185 (72.66% from 255 or 35.10% from 527); Max value from RGB is 185 - color contains mainly: blue. Hex color #A5B1B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5B1B9 is #5A4E46. Grayscale: #AEAEAE. Windows color (decimal): -5918279 or 12169637. OLE color: 12169637.

HSL color Cylindrical-coordinate representation of color #A5B1B9: hue angle of 204º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A5B1B9 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 177 185 -
CMYK 0.11 0.04 0 0.27
HSL 204º 0.13% 0.69% -
HSV(B) 204º 0.11% 0.73% -
XYZ 40 42.95 52.08 -
YUV 174.32 134.02 121.35 -
System Red Green Blue C M Y K H S L
Decimal 165 177 185 0.11 0.04 0 0.27 204 0.13 0.69
Hex A5 B1 B9 B 4 0 1B CC C 45
Octal 245 261 271 13 4 0 33 314 14 105
Binary 10100101 10110001 10111001 1011 100 0 11011 11001100 1100 1000101

Color Harmonies of #A5B1B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B1B9

Black with #A5B1B9

Text Example


Text Example

White with #A5B1B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B1B9; }

 p { color: rgb(165,177,185); }

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

background-color css

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

 a { background-color: rgb(165,177,185); }

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

border-color css

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

 span { border-color: rgb(165,177,185); }

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