Html Css Color HEX #A1AAAF Gull Grey

📋 copy color: '#A1AAAF'

red 161 ◦ green 170 ◦ blue 175

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

Shades of Gull Grey #A1AAAF

Tints of Gull Grey #A1AAAF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.6%

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

R = 31.82%
G = 33.6%
B = 34.58%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A1AAAF (or 0xA1AAAF) is known color: Gull Grey. HEX triplet: A1, AA and AF. RGB value is (161,170,175). Sum of RGB (Red+Green+Blue) = 161+170+175=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 175 - color contains mainly: blue. Hex color #A1AAAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AAAF is #5E5550. Grayscale: #A7A7A7. Windows color (decimal): -6182225 or 11512481. OLE color: 11512481.

HSL color Cylindrical-coordinate representation of color #A1AAAF: hue angle of 201.43º 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 #A1AAAF is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 161 170 175 -
CMYK 0.08 0.03 0 0.31
HSL 201.43º 0.08% 0.66% -
HSV(B) 201.43º 0.08% 0.69% -
XYZ 36.81 39.42 46.23 -
YUV 167.88 132.02 123.09 -
System Red Green Blue C M Y K H S L
Decimal 161 170 175 0.08 0.03 0 0.31 201.43 0.08 0.66
Hex A1 AA AF 8 3 0 1F C9 8 42
Octal 241 252 257 10 3 0 37 311 10 102
Binary 10100001 10101010 10101111 1000 11 0 11111 11001001 1000 1000010

Color Harmonies of #A1AAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AAAF

Black with #A1AAAF

Text Example


Text Example

White with #A1AAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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