Html Css Color HEX #A1AFB6 Gull Grey

📋 copy color: '#A1AFB6'

red 161 ◦ green 175 ◦ blue 182

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

Shades of Gull Grey #A1AFB6

Tints of Gull Grey #A1AFB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.14%

R = 31.08%
G = 33.78%
B = 35.14%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A1AFB6 (or 0xA1AFB6) is known color: Gull Grey. HEX triplet: A1, AF and B6. RGB value is (161,175,182). Sum of RGB (Red+Green+Blue) = 161+175+182=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 182 (71.48% from 255 or 35.14% from 518); Max value from RGB is 182 - color contains mainly: blue. Hex color #A1AFB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1AFB6 is #5E5049. Grayscale: #ABABAB. Windows color (decimal): -6180938 or 11972513. OLE color: 11972513.

HSL color Cylindrical-coordinate representation of color #A1AFB6: hue angle of 200º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A1AFB6 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 161 175 182 -
CMYK 0.12 0.04 0 0.29
HSL 200º 0.13% 0.67% -
HSV(B) 200º 0.12% 0.71% -
XYZ 38.47 41.61 50.26 -
YUV 171.61 133.86 120.43 -
System Red Green Blue C M Y K H S L
Decimal 161 175 182 0.12 0.04 0 0.29 200 0.13 0.67
Hex A1 AF B6 C 4 0 1D C8 D 43
Octal 241 257 266 14 4 0 35 310 15 103
Binary 10100001 10101111 10110110 1100 100 0 11101 11001000 1101 1000011

Color Harmonies of #A1AFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AFB6

Black with #A1AFB6

Text Example


Text Example

White with #A1AFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AFB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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