Html Css Color HEX #A6AFB6 Gull Grey

📋 copy color: '#A6AFB6'

red 166 ◦ green 175 ◦ blue 182

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

Shades of Gull Grey #A6AFB6

Tints of Gull Grey #A6AFB6

RGB

 RED value IS 166 (65.23% from 255) = 31.74%

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

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

R = 31.74%
G = 33.46%
B = 34.8%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A6AFB6 (or 0xA6AFB6) is known color: Gull Grey. HEX triplet: A6, AF and B6. RGB value is (166,175,182). Sum of RGB (Red+Green+Blue) = 166+175+182=523 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.74% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 182 (71.48% from 255 or 34.80% from 523); Max value from RGB is 182 - color contains mainly: blue. Hex color #A6AFB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AFB6 is #595049. Grayscale: #ADADAD. Windows color (decimal): -5853258 or 11972518. OLE color: 11972518.

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

Color convert

RGB 166 175 182 -
CMYK 0.09 0.04 0 0.29
HSL 206.25º 0.1% 0.68% -
HSV(B) 206.25º 0.09% 0.71% -
XYZ 39.5 42.14 50.31 -
YUV 173.11 133.02 122.93 -
System Red Green Blue C M Y K H S L
Decimal 166 175 182 0.09 0.04 0 0.29 206.25 0.1 0.68
Hex A6 AF B6 9 4 0 1D CE A 44
Octal 246 257 266 11 4 0 35 316 12 104
Binary 10100110 10101111 10110110 1001 100 0 11101 11001110 1010 1000100

Color Harmonies of #A6AFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AFB6

Black with #A6AFB6

Text Example


Text Example

White with #A6AFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AFB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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