Html Css Color HEX #A1ADB4 Gull Grey

📋 copy color: '#A1ADB4'

red 161 ◦ green 173 ◦ blue 180

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

Shades of Gull Grey #A1ADB4

Tints of Gull Grey #A1ADB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.02%

R = 31.32%
G = 33.66%
B = 35.02%

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

#A1ADB4 (or 0xA1ADB4) is known color: Gull Grey. HEX triplet: A1, AD and B4. RGB value is (161,173,180). Sum of RGB (Red+Green+Blue) = 161+173+180=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 180 (70.70% from 255 or 35.02% from 514); Max value from RGB is 180 - color contains mainly: blue. Hex color #A1ADB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ADB4 is #5E524B. Grayscale: #AAAAAA. Windows color (decimal): -6181452 or 11840929. OLE color: 11840929.

HSL color Cylindrical-coordinate representation of color #A1ADB4: hue angle of 202.11º degrees, saturation: 0.11, 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 #A1ADB4 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 161 173 180 -
CMYK 0.11 0.04 0 0.29
HSL 202.11º 0.11% 0.67% -
HSV(B) 202.11º 0.11% 0.71% -
XYZ 37.88 40.76 49.05 -
YUV 170.21 133.52 121.43 -
System Red Green Blue C M Y K H S L
Decimal 161 173 180 0.11 0.04 0 0.29 202.11 0.11 0.67
Hex A1 AD B4 B 4 0 1D CA B 43
Octal 241 255 264 13 4 0 35 312 13 103
Binary 10100001 10101101 10110100 1011 100 0 11101 11001010 1011 1000011

Color Harmonies of #A1ADB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1ADB4

Black with #A1ADB4

Text Example


Text Example

White with #A1ADB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1ADB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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