Html Css Color HEX #A6ADAE Gull Grey

📋 copy color: '#A6ADAE'

red 166 ◦ green 173 ◦ blue 174

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

Shades of Gull Grey #A6ADAE

Tints of Gull Grey #A6ADAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.92%

R = 32.36%
G = 33.72%
B = 33.92%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A6ADAE (or 0xA6ADAE) is known color: Gull Grey. HEX triplet: A6, AD and AE. RGB value is (166,173,174). Sum of RGB (Red+Green+Blue) = 166+173+174=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 174 (68.36% from 255 or 33.92% from 513); Max value from RGB is 174 - color contains mainly: blue. Hex color #A6ADAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6ADAE is #595251. Grayscale: #ABABAB. Windows color (decimal): -5853778 or 11447718. OLE color: 11447718.

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

Color convert

RGB 166 173 174 -
CMYK 0.05 0.01 0 0.32
HSL 187.5º 0.05% 0.67% -
HSV(B) 187.5º 0.05% 0.68% -
XYZ 38.31 41.05 45.95 -
YUV 171.02 129.68 124.42 -
System Red Green Blue C M Y K H S L
Decimal 166 173 174 0.05 0.01 0 0.32 187.5 0.05 0.67
Hex A6 AD AE 5 1 0 20 BC 5 43
Octal 246 255 256 5 1 0 40 274 5 103
Binary 10100110 10101101 10101110 101 1 0 100000 10111100 101 1000011

Color Harmonies of #A6ADAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ADAE

Black with #A6ADAE

Text Example


Text Example

White with #A6ADAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ADAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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