Html Css Color HEX #ABAFB1 Gull Grey

📋 copy color: '#ABAFB1'

red 171 ◦ green 175 ◦ blue 177

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

Shades of Gull Grey #ABAFB1

Tints of Gull Grey #ABAFB1

RGB

 RED value IS 171 (67.19% from 255) = 32.7%

 GREEN value IS 175 (68.75% from 255) = 33.46%

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

R = 32.7%
G = 33.46%
B = 33.84%

CMYK

 C value IS 0.03

 M value IS 0.01

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#ABAFB1 (or 0xABAFB1) is known color: Gull Grey. HEX triplet: AB, AF and B1. RGB value is (171,175,177). Sum of RGB (Red+Green+Blue) = 171+175+177=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 177 (69.53% from 255 or 33.84% from 523); Max value from RGB is 177 - color contains mainly: blue. Hex color #ABAFB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAFB1 is #54504E. Grayscale: #AEAEAE. Windows color (decimal): -5525583 or 11644843. OLE color: 11644843.

HSL color Cylindrical-coordinate representation of color #ABAFB1: hue angle of 200º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ABAFB1 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 175 177 -
CMYK 0.03 0.01 0 0.31
HSL 200º 0.04% 0.68% -
HSV(B) 200º 0.03% 0.69% -
XYZ 40.06 42.49 47.69 -
YUV 174.03 129.67 125.84 -
System Red Green Blue C M Y K H S L
Decimal 171 175 177 0.03 0.01 0 0.31 200 0.04 0.68
Hex AB AF B1 3 1 0 1F C8 4 44
Octal 253 257 261 3 1 0 37 310 4 104
Binary 10101011 10101111 10110001 11 1 0 11111 11001000 100 1000100

Color Harmonies of #ABAFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAFB1

Black with #ABAFB1

Text Example


Text Example

White with #ABAFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAFB1; }

 p { color: rgb(171,175,177); }

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

background-color css

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

 a { background-color: rgb(171,175,177); }

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

border-color css

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

 span { border-color: rgb(171,175,177); }

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