Html Css Color HEX #A6ADAF Gull Grey

📋 copy color: '#A6ADAF'

red 166 ◦ green 173 ◦ blue 175

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

Shades of Gull Grey #A6ADAF

Tints of Gull Grey #A6ADAF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.66%

 BLUE value IS 175 (68.75% from 255) = 34.05%

R = 32.3%
G = 33.66%
B = 34.05%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A6ADAF (or 0xA6ADAF) is known color: Gull Grey. HEX triplet: A6, AD and AF. RGB value is (166,173,175). Sum of RGB (Red+Green+Blue) = 166+173+175=514 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.30% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 175 - color contains mainly: blue. Hex color #A6ADAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6ADAF is #595250. Grayscale: #ABABAB. Windows color (decimal): -5853777 or 11513254. OLE color: 11513254.

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

Color convert

RGB 166 173 175 -
CMYK 0.05 0.01 0 0.31
HSL 193.33º 0.05% 0.67% -
HSV(B) 193.33º 0.05% 0.69% -
XYZ 38.41 41.09 46.46 -
YUV 171.14 130.18 124.34 -
System Red Green Blue C M Y K H S L
Decimal 166 173 175 0.05 0.01 0 0.31 193.33 0.05 0.67
Hex A6 AD AF 5 1 0 1F C1 5 43
Octal 246 255 257 5 1 0 37 301 5 103
Binary 10100110 10101101 10101111 101 1 0 11111 11000001 101 1000011

Color Harmonies of #A6ADAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ADAF

Black with #A6ADAF

Text Example


Text Example

White with #A6ADAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ADAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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