Html Css Color HEX #A1ADB5 Gull Grey

📋 copy color: '#A1ADB5'

red 161 ◦ green 173 ◦ blue 181

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

Shades of Gull Grey #A1ADB5

Tints of Gull Grey #A1ADB5

RGB

 RED value IS 161 (63.28% from 255) = 31.26%

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

 BLUE value IS 181 (71.09% from 255) = 35.15%

R = 31.26%
G = 33.59%
B = 35.15%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A1ADB5 (or 0xA1ADB5) is known color: Gull Grey. HEX triplet: A1, AD and B5. RGB value is (161,173,181). Sum of RGB (Red+Green+Blue) = 161+173+181=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 181 (71.09% from 255 or 35.15% from 515); Max value from RGB is 181 - color contains mainly: blue. Hex color #A1ADB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ADB5 is #5E524A. Grayscale: #AAAAAA. Windows color (decimal): -6181451 or 11906465. OLE color: 11906465.

HSL color Cylindrical-coordinate representation of color #A1ADB5: hue angle of 204º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A1ADB5 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 161 173 181 -
CMYK 0.11 0.04 0 0.29
HSL 204º 0.12% 0.67% -
HSV(B) 204º 0.11% 0.71% -
XYZ 37.98 40.8 49.59 -
YUV 170.32 134.02 121.35 -
System Red Green Blue C M Y K H S L
Decimal 161 173 181 0.11 0.04 0 0.29 204 0.12 0.67
Hex A1 AD B5 B 4 0 1D CC C 43
Octal 241 255 265 13 4 0 35 314 14 103
Binary 10100001 10101101 10110101 1011 100 0 11101 11001100 1100 1000011

Color Harmonies of #A1ADB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1ADB5

Black with #A1ADB5

Text Example


Text Example

White with #A1ADB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1ADB5; }

 p { color: rgb(161,173,181); }

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

background-color css

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

 a { background-color: rgb(161,173,181); }

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

border-color css

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

 span { border-color: rgb(161,173,181); }

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