Html Css Color HEX #A5B1B7 Gull Grey

📋 copy color: '#A5B1B7'

red 165 ◦ green 177 ◦ blue 183

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

Shades of Gull Grey #A5B1B7

Tints of Gull Grey #A5B1B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 34.86%

R = 31.43%
G = 33.71%
B = 34.86%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A5B1B7 (or 0xA5B1B7) is known color: Gull Grey. HEX triplet: A5, B1 and B7. RGB value is (165,177,183). Sum of RGB (Red+Green+Blue) = 165+177+183=525 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.43% from 525); Green value is 177 (69.53% from 255 or 33.71% from 525); Blue value is 183 (71.88% from 255 or 34.86% from 525); Max value from RGB is 183 - color contains mainly: blue. Hex color #A5B1B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5B1B7 is #5A4E48. Grayscale: #AEAEAE. Windows color (decimal): -5918281 or 12038565. OLE color: 12038565.

HSL color Cylindrical-coordinate representation of color #A5B1B7: hue angle of 200º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A5B1B7 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 165 177 183 -
CMYK 0.10 0.03 0 0.28
HSL 200º 0.11% 0.68% -
HSV(B) 200º 0.1% 0.72% -
XYZ 39.79 42.86 50.98 -
YUV 174.1 133.02 121.51 -
System Red Green Blue C M Y K H S L
Decimal 165 177 183 0.10 0.03 0 0.28 200 0.11 0.68
Hex A5 B1 B7 A 3 0 1C C8 B 44
Octal 245 261 267 12 3 0 34 310 13 104
Binary 10100101 10110001 10110111 1010 11 0 11100 11001000 1011 1000100

Color Harmonies of #A5B1B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B1B7

Black with #A5B1B7

Text Example


Text Example

White with #A5B1B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B1B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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