Html Css Color HEX #A1ADAF Gull Grey

📋 copy color: '#A1ADAF'

red 161 ◦ green 173 ◦ blue 175

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

Shades of Gull Grey #A1ADAF

Tints of Gull Grey #A1ADAF

RGB

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

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

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

R = 31.63%
G = 33.99%
B = 34.38%

CMYK

 C value IS 0.08

 M value IS 0.01

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A1ADAF (or 0xA1ADAF) is known color: Gull Grey. HEX triplet: A1, AD and AF. RGB value is (161,173,175). Sum of RGB (Red+Green+Blue) = 161+173+175=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 175 - color contains mainly: blue. Hex color #A1ADAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1ADAF is #5E5250. Grayscale: #A9A9A9. Windows color (decimal): -6181457 or 11513249. OLE color: 11513249.

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

Color convert

RGB 161 173 175 -
CMYK 0.08 0.01 0 0.31
HSL 188.57º 0.08% 0.66% -
HSV(B) 188.57º 0.08% 0.69% -
XYZ 37.38 40.56 46.42 -
YUV 169.64 131.02 121.84 -
System Red Green Blue C M Y K H S L
Decimal 161 173 175 0.08 0.01 0 0.31 188.57 0.08 0.66
Hex A1 AD AF 8 1 0 1F BD 8 42
Octal 241 255 257 10 1 0 37 275 10 102
Binary 10100001 10101101 10101111 1000 1 0 11111 10111101 1000 1000010

Color Harmonies of #A1ADAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1ADAF

Black with #A1ADAF

Text Example


Text Example

White with #A1ADAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1ADAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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