Html Css Color HEX #A0A9AD Gull Grey

📋 copy color: '#A0A9AD'

red 160 ◦ green 169 ◦ blue 173

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

Shades of Gull Grey #A0A9AD

Tints of Gull Grey #A0A9AD

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.67%

 BLUE value IS 173 (67.97% from 255) = 34.46%

R = 31.87%
G = 33.67%
B = 34.46%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A0A9AD (or 0xA0A9AD) is known color: Gull Grey. HEX triplet: A0, A9 and AD. RGB value is (160,169,173). Sum of RGB (Red+Green+Blue) = 160+169+173=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 169 (66.41% from 255 or 33.67% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 173 - color contains mainly: blue. Hex color #A0A9AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A9AD is #5F5652. Grayscale: #A6A6A6. Windows color (decimal): -6248019 or 11381152. OLE color: 11381152.

HSL color Cylindrical-coordinate representation of color #A0A9AD: hue angle of 198.46º degrees, saturation: 0.07, 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 #A0A9AD is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 160 169 173 -
CMYK 0.08 0.02 0 0.32
HSL 198.46º 0.07% 0.65% -
HSV(B) 198.46º 0.08% 0.68% -
XYZ 36.23 38.87 45.13 -
YUV 166.77 131.52 123.17 -
System Red Green Blue C M Y K H S L
Decimal 160 169 173 0.08 0.02 0 0.32 198.46 0.07 0.65
Hex A0 A9 AD 8 2 0 20 C6 7 41
Octal 240 251 255 10 2 0 40 306 7 101
Binary 10100000 10101001 10101101 1000 10 0 100000 11000110 111 1000001

Color Harmonies of #A0A9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A9AD

Black with #A0A9AD

Text Example


Text Example

White with #A0A9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A9AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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