Html Css Color HEX #A2ADAE Gull Grey

📋 copy color: '#A2ADAE'

red 162 ◦ green 173 ◦ blue 174

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

Shades of Gull Grey #A2ADAE

Tints of Gull Grey #A2ADAE

RGB

 RED value IS 162 (63.67% from 255) = 31.83%

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

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

R = 31.83%
G = 33.99%
B = 34.18%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A2ADAE (or 0xA2ADAE) is known color: Gull Grey. HEX triplet: A2, AD and AE. RGB value is (162,173,174). Sum of RGB (Red+Green+Blue) = 162+173+174=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 174 (68.36% from 255 or 34.18% from 509); Max value from RGB is 174 - color contains mainly: blue. Hex color #A2ADAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2ADAE is #5D5251. Grayscale: #A9A9A9. Windows color (decimal): -6115922 or 11447714. OLE color: 11447714.

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

Color convert

RGB 162 173 174 -
CMYK 0.07 0.01 0 0.32
HSL 185º 0.07% 0.66% -
HSV(B) 185º 0.07% 0.68% -
XYZ 37.48 40.62 45.91 -
YUV 169.83 130.36 122.42 -
System Red Green Blue C M Y K H S L
Decimal 162 173 174 0.07 0.01 0 0.32 185 0.07 0.66
Hex A2 AD AE 7 1 0 20 B9 7 42
Octal 242 255 256 7 1 0 40 271 7 102
Binary 10100010 10101101 10101110 111 1 0 100000 10111001 111 1000010

Color Harmonies of #A2ADAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2ADAE

Black with #A2ADAE

Text Example


Text Example

White with #A2ADAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2ADAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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