Html Css Color HEX #A0AAAB Gull Grey

📋 copy color: '#A0AAAB'

red 160 ◦ green 170 ◦ blue 171

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

Shades of Gull Grey #A0AAAB

Tints of Gull Grey #A0AAAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.13%

R = 31.94%
G = 33.93%
B = 34.13%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A0AAAB (or 0xA0AAAB) is known color: Gull Grey. HEX triplet: A0, AA and AB. RGB value is (160,170,171). Sum of RGB (Red+Green+Blue) = 160+170+171=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 171 - color contains mainly: blue. Hex color #A0AAAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AAAB is #5F5554. Grayscale: #A7A7A7. Windows color (decimal): -6247765 or 11250336. OLE color: 11250336.

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

Color convert

RGB 160 170 171 -
CMYK 0.06 0.01 0 0.33
HSL 185.45º 0.06% 0.65% -
HSV(B) 185.45º 0.06% 0.67% -
XYZ 36.22 39.16 44.18 -
YUV 167.12 130.19 122.92 -
System Red Green Blue C M Y K H S L
Decimal 160 170 171 0.06 0.01 0 0.33 185.45 0.06 0.65
Hex A0 AA AB 6 1 0 21 B9 6 41
Octal 240 252 253 6 1 0 41 271 6 101
Binary 10100000 10101010 10101011 110 1 0 100001 10111001 110 1000001

Color Harmonies of #A0AAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AAAB

Black with #A0AAAB

Text Example


Text Example

White with #A0AAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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