Html Css Color HEX #A0ADB3 Gull Grey

📋 copy color: '#A0ADB3'

red 160 ◦ green 173 ◦ blue 179

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

Shades of Gull Grey #A0ADB3

Tints of Gull Grey #A0ADB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.96%

R = 31.25%
G = 33.79%
B = 34.96%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A0ADB3 (or 0xA0ADB3) is known color: Gull Grey. HEX triplet: A0, AD and B3. RGB value is (160,173,179). Sum of RGB (Red+Green+Blue) = 160+173+179=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 179 (70.31% from 255 or 34.96% from 512); Max value from RGB is 179 - color contains mainly: blue. Hex color #A0ADB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ADB3 is #5F524C. Grayscale: #A9A9A9. Windows color (decimal): -6246989 or 11775392. OLE color: 11775392.

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

Color convert

RGB 160 173 179 -
CMYK 0.11 0.03 0 0.30
HSL 198.95º 0.11% 0.66% -
HSV(B) 198.95º 0.11% 0.7% -
XYZ 37.58 40.62 48.51 -
YUV 169.8 133.19 121.01 -
System Red Green Blue C M Y K H S L
Decimal 160 173 179 0.11 0.03 0 0.30 198.95 0.11 0.66
Hex A0 AD B3 B 3 0 1E C7 B 42
Octal 240 255 263 13 3 0 36 307 13 102
Binary 10100000 10101101 10110011 1011 11 0 11110 11000111 1011 1000010

Color Harmonies of #A0ADB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0ADB3

Black with #A0ADB3

Text Example


Text Example

White with #A0ADB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0ADB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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