Html Css Color HEX #A1ABAC Gull Grey

📋 copy color: '#A1ABAC'

red 161 ◦ green 171 ◦ blue 172

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

Shades of Gull Grey #A1ABAC

Tints of Gull Grey #A1ABAC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.93%

 BLUE value IS 172 (67.58% from 255) = 34.13%

R = 31.94%
G = 33.93%
B = 34.13%

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

#A1ABAC (or 0xA1ABAC) is known color: Gull Grey. HEX triplet: A1, AB and AC. RGB value is (161,171,172). Sum of RGB (Red+Green+Blue) = 161+171+172=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 172 - color contains mainly: blue. Hex color #A1ABAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1ABAC is #5E5453. Grayscale: #A8A8A8. Windows color (decimal): -6181972 or 11316129. OLE color: 11316129.

HSL color Cylindrical-coordinate representation of color #A1ABAC: hue angle of 185.45º 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 #A1ABAC is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 171 172 -
CMYK 0.06 0.01 0 0.33
HSL 185.45º 0.06% 0.65% -
HSV(B) 185.45º 0.06% 0.67% -
XYZ 36.71 39.68 44.75 -
YUV 168.12 130.19 122.92 -
System Red Green Blue C M Y K H S L
Decimal 161 171 172 0.06 0.01 0 0.33 185.45 0.06 0.65
Hex A1 AB AC 6 1 0 21 B9 6 41
Octal 241 253 254 6 1 0 41 271 6 101
Binary 10100001 10101011 10101100 110 1 0 100001 10111001 110 1000001

Color Harmonies of #A1ABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1ABAC

Black with #A1ABAC

Text Example


Text Example

White with #A1ABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1ABAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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