Html Css Color HEX #A0AAAF Gull Grey

📋 copy color: '#A0AAAF'

red 160 ◦ green 170 ◦ blue 175

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

Shades of Gull Grey #A0AAAF

Tints of Gull Grey #A0AAAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.65%

R = 31.68%
G = 33.66%
B = 34.65%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A0AAAF (or 0xA0AAAF) is known color: Gull Grey. HEX triplet: A0, AA and AF. RGB value is (160,170,175). Sum of RGB (Red+Green+Blue) = 160+170+175=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 175 - color contains mainly: blue. Hex color #A0AAAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AAAF is #5F5550. Grayscale: #A7A7A7. Windows color (decimal): -6247761 or 11512480. OLE color: 11512480.

HSL color Cylindrical-coordinate representation of color #A0AAAF: hue angle of 200º degrees, saturation: 0.09, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A0AAAF is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 170 175 -
CMYK 0.09 0.03 0 0.31
HSL 200º 0.09% 0.66% -
HSV(B) 200º 0.09% 0.69% -
XYZ 36.61 39.32 46.22 -
YUV 167.58 132.19 122.59 -
System Red Green Blue C M Y K H S L
Decimal 160 170 175 0.09 0.03 0 0.31 200 0.09 0.66
Hex A0 AA AF 9 3 0 1F C8 9 42
Octal 240 252 257 11 3 0 37 310 11 102
Binary 10100000 10101010 10101111 1001 11 0 11111 11001000 1001 1000010

Color Harmonies of #A0AAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AAAF

Black with #A0AAAF

Text Example


Text Example

White with #A0AAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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