Html Css Color HEX #A0AAAC Gull Grey

📋 copy color: '#A0AAAC'

red 160 ◦ green 170 ◦ blue 172

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

Shades of Gull Grey #A0AAAC

Tints of Gull Grey #A0AAAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.26%

R = 31.87%
G = 33.86%
B = 34.26%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A0AAAC (or 0xA0AAAC) is known color: Gull Grey. HEX triplet: A0, AA and AC. RGB value is (160,170,172). Sum of RGB (Red+Green+Blue) = 160+170+172=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 172 - color contains mainly: blue. Hex color #A0AAAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AAAC is #5F5553. Grayscale: #A7A7A7. Windows color (decimal): -6247764 or 11315872. OLE color: 11315872.

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

Color convert

RGB 160 170 172 -
CMYK 0.07 0.01 0 0.33
HSL 190º 0.07% 0.65% -
HSV(B) 190º 0.07% 0.67% -
XYZ 36.32 39.2 44.68 -
YUV 167.24 130.69 122.84 -
System Red Green Blue C M Y K H S L
Decimal 160 170 172 0.07 0.01 0 0.33 190 0.07 0.65
Hex A0 AA AC 7 1 0 21 BE 7 41
Octal 240 252 254 7 1 0 41 276 7 101
Binary 10100000 10101010 10101100 111 1 0 100001 10111110 111 1000001

Color Harmonies of #A0AAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AAAC

Black with #A0AAAC

Text Example


Text Example

White with #A0AAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AAAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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