Html Css Color HEX #A0AAAD Gull Grey

📋 copy color: '#A0AAAD'

red 160 ◦ green 170 ◦ blue 173

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

Shades of Gull Grey #A0AAAD

Tints of Gull Grey #A0AAAD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.8%

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

R = 31.81%
G = 33.8%
B = 34.39%

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

#A0AAAD (or 0xA0AAAD) is known color: Gull Grey. HEX triplet: A0, AA and AD. RGB value is (160,170,173). Sum of RGB (Red+Green+Blue) = 160+170+173=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 173 - color contains mainly: blue. Hex color #A0AAAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AAAD is #5F5552. Grayscale: #A7A7A7. Windows color (decimal): -6247763 or 11381408. OLE color: 11381408.

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

Color convert

RGB 160 170 173 -
CMYK 0.08 0.02 0 0.32
HSL 193.85º 0.07% 0.65% -
HSV(B) 193.85º 0.08% 0.68% -
XYZ 36.41 39.24 45.19 -
YUV 167.35 131.19 122.76 -
System Red Green Blue C M Y K H S L
Decimal 160 170 173 0.08 0.02 0 0.32 193.85 0.07 0.65
Hex A0 AA AD 8 2 0 20 C2 7 41
Octal 240 252 255 10 2 0 40 302 7 101
Binary 10100000 10101010 10101101 1000 10 0 100000 11000010 111 1000001

Color Harmonies of #A0AAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AAAD

Black with #A0AAAD

Text Example


Text Example

White with #A0AAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AAAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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