Html Css Color HEX #A1AAAB Gull Grey

📋 copy color: '#A1AAAB'

red 161 ◦ green 170 ◦ blue 171

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

Shades of Gull Grey #A1AAAB

Tints of Gull Grey #A1AAAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.06%

R = 32.07%
G = 33.86%
B = 34.06%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A1AAAB (or 0xA1AAAB) is known color: Gull Grey. HEX triplet: A1, AA and AB. RGB value is (161,170,171). Sum of RGB (Red+Green+Blue) = 161+170+171=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 171 - color contains mainly: blue. Hex color #A1AAAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AAAB is #5E5554. Grayscale: #A7A7A7. Windows color (decimal): -6182229 or 11250337. OLE color: 11250337.

HSL color Cylindrical-coordinate representation of color #A1AAAB: hue angle of 186º degrees, saturation: 0.06, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A1AAAB is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 170 171 -
CMYK 0.06 0.01 0 0.33
HSL 186º 0.06% 0.65% -
HSV(B) 186º 0.06% 0.67% -
XYZ 36.42 39.27 44.19 -
YUV 167.42 130.02 123.42 -
System Red Green Blue C M Y K H S L
Decimal 161 170 171 0.06 0.01 0 0.33 186 0.06 0.65
Hex A1 AA AB 6 1 0 21 BA 6 41
Octal 241 252 253 6 1 0 41 272 6 101
Binary 10100001 10101010 10101011 110 1 0 100001 10111010 110 1000001

Color Harmonies of #A1AAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AAAB

Black with #A1AAAB

Text Example


Text Example

White with #A1AAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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