Html Css Color HEX #A0ADAE Gull Grey

📋 copy color: '#A0ADAE'

red 160 ◦ green 173 ◦ blue 174

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

Shades of Gull Grey #A0ADAE

Tints of Gull Grey #A0ADAE

RGB

 RED value IS 160 (62.89% from 255) = 31.56%

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

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

R = 31.56%
G = 34.12%
B = 34.32%

CMYK

 C value IS 0.08

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A0ADAE (or 0xA0ADAE) is known color: Gull Grey. HEX triplet: A0, AD and AE. RGB value is (160,173,174). Sum of RGB (Red+Green+Blue) = 160+173+174=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 174 (68.36% from 255 or 34.32% from 507); Max value from RGB is 174 - color contains mainly: blue. Hex color #A0ADAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0ADAE is #5F5251. Grayscale: #A9A9A9. Windows color (decimal): -6246994 or 11447712. OLE color: 11447712.

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

Color convert

RGB 160 173 174 -
CMYK 0.08 0.01 0 0.32
HSL 184.29º 0.08% 0.65% -
HSV(B) 184.29º 0.08% 0.68% -
XYZ 37.08 40.42 45.89 -
YUV 169.23 130.69 121.42 -
System Red Green Blue C M Y K H S L
Decimal 160 173 174 0.08 0.01 0 0.32 184.29 0.08 0.65
Hex A0 AD AE 8 1 0 20 B8 8 41
Octal 240 255 256 10 1 0 40 270 10 101
Binary 10100000 10101101 10101110 1000 1 0 100000 10111000 1000 1000001

Color Harmonies of #A0ADAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0ADAE

Black with #A0ADAE

Text Example


Text Example

White with #A0ADAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0ADAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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