Html Css Color HEX #A1AFB8 Gull Grey

📋 copy color: '#A1AFB8'

red 161 ◦ green 175 ◦ blue 184

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

Shades of Gull Grey #A1AFB8

Tints of Gull Grey #A1AFB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.38%

R = 30.96%
G = 33.65%
B = 35.38%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A1AFB8 (or 0xA1AFB8) is known color: Gull Grey. HEX triplet: A1, AF and B8. RGB value is (161,175,184). Sum of RGB (Red+Green+Blue) = 161+175+184=520 (68% of max value = 765). Red value is 161 (63.28% from 255 or 30.96% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 184 (72.27% from 255 or 35.38% from 520); Max value from RGB is 184 - color contains mainly: blue. Hex color #A1AFB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1AFB8 is #5E5047. Grayscale: #ABABAB. Windows color (decimal): -6180936 or 12103585. OLE color: 12103585.

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

Color convert

RGB 161 175 184 -
CMYK 0.12 0.05 0 0.28
HSL 203.48º 0.14% 0.68% -
HSV(B) 203.48º 0.13% 0.72% -
XYZ 38.68 41.7 51.36 -
YUV 171.84 134.86 120.27 -
System Red Green Blue C M Y K H S L
Decimal 161 175 184 0.12 0.05 0 0.28 203.48 0.14 0.68
Hex A1 AF B8 C 5 0 1C CB E 44
Octal 241 257 270 14 5 0 34 313 16 104
Binary 10100001 10101111 10111000 1100 101 0 11100 11001011 1110 1000100

Color Harmonies of #A1AFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AFB8

Black with #A1AFB8

Text Example


Text Example

White with #A1AFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AFB8; }

 p { color: rgb(161,175,184); }

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

background-color css

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

 a { background-color: rgb(161,175,184); }

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

border-color css

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

 span { border-color: rgb(161,175,184); }

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