Html Css Color HEX #A9ADB0 Gull Grey

📋 copy color: '#A9ADB0'

red 169 ◦ green 173 ◦ blue 176

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

Shades of Gull Grey #A9ADB0

Tints of Gull Grey #A9ADB0

RGB

 RED value IS 169 (66.41% from 255) = 32.63%

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

 BLUE value IS 176 (69.14% from 255) = 33.98%

R = 32.63%
G = 33.4%
B = 33.98%

CMYK

 C value IS 0.04

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A9ADB0 (or 0xA9ADB0) is known color: Gull Grey. HEX triplet: A9, AD and B0. RGB value is (169,173,176). Sum of RGB (Red+Green+Blue) = 169+173+176=518 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.63% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 176 (69.14% from 255 or 33.98% from 518); Max value from RGB is 176 - color contains mainly: blue. Hex color #A9ADB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9ADB0 is #56524F. Grayscale: #ACACAC. Windows color (decimal): -5657168 or 11578793. OLE color: 11578793.

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

Color convert

RGB 169 173 176 -
CMYK 0.04 0.02 0 0.31
HSL 205.71º 0.04% 0.68% -
HSV(B) 205.71º 0.04% 0.69% -
XYZ 39.14 41.46 47.01 -
YUV 172.15 130.17 125.76 -
System Red Green Blue C M Y K H S L
Decimal 169 173 176 0.04 0.02 0 0.31 205.71 0.04 0.68
Hex A9 AD B0 4 2 0 1F CE 4 44
Octal 251 255 260 4 2 0 37 316 4 104
Binary 10101001 10101101 10110000 100 10 0 11111 11001110 100 1000100

Color Harmonies of #A9ADB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9ADB0

Black with #A9ADB0

Text Example


Text Example

White with #A9ADB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9ADB0; }

 p { color: rgb(169,173,176); }

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

background-color css

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

 a { background-color: rgb(169,173,176); }

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

border-color css

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

 span { border-color: rgb(169,173,176); }

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