Html Css Color HEX #A0ADAF Gull Grey

📋 copy color: '#A0ADAF'

red 160 ◦ green 173 ◦ blue 175

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

Shades of Gull Grey #A0ADAF

Tints of Gull Grey #A0ADAF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.06%

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

R = 31.5%
G = 34.06%
B = 34.45%

CMYK

 C value IS 0.09

 M value IS 0.01

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A0ADAF (or 0xA0ADAF) is known color: Gull Grey. HEX triplet: A0, AD and AF. RGB value is (160,173,175). Sum of RGB (Red+Green+Blue) = 160+173+175=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 175 - color contains mainly: blue. Hex color #A0ADAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0ADAF is #5F5250. Grayscale: #A9A9A9. Windows color (decimal): -6246993 or 11513248. OLE color: 11513248.

HSL color Cylindrical-coordinate representation of color #A0ADAF: hue angle of 188º 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 #A0ADAF is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 173 175 -
CMYK 0.09 0.01 0 0.31
HSL 188º 0.09% 0.66% -
HSV(B) 188º 0.09% 0.69% -
XYZ 37.18 40.46 46.41 -
YUV 169.34 131.19 121.34 -
System Red Green Blue C M Y K H S L
Decimal 160 173 175 0.09 0.01 0 0.31 188 0.09 0.66
Hex A0 AD AF 9 1 0 1F BC 9 42
Octal 240 255 257 11 1 0 37 274 11 102
Binary 10100000 10101101 10101111 1001 1 0 11111 10111100 1001 1000010

Color Harmonies of #A0ADAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0ADAF

Black with #A0ADAF

Text Example


Text Example

White with #A0ADAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0ADAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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