Html Css Color HEX #A1ABAE Gull Grey

📋 copy color: '#A1ABAE'

red 161 ◦ green 171 ◦ blue 174

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

Shades of Gull Grey #A1ABAE

Tints of Gull Grey #A1ABAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 34.39%

R = 31.82%
G = 33.79%
B = 34.39%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A1ABAE (or 0xA1ABAE) is known color: Gull Grey. HEX triplet: A1, AB and AE. RGB value is (161,171,174). Sum of RGB (Red+Green+Blue) = 161+171+174=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 174 (68.36% from 255 or 34.39% from 506); Max value from RGB is 174 - color contains mainly: blue. Hex color #A1ABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1ABAE is #5E5451. Grayscale: #A8A8A8. Windows color (decimal): -6181970 or 11447201. OLE color: 11447201.

HSL color Cylindrical-coordinate representation of color #A1ABAE: hue angle of 193.85º degrees, saturation: 0.07, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A1ABAE is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 161 171 174 -
CMYK 0.07 0.02 0 0.32
HSL 193.85º 0.07% 0.66% -
HSV(B) 193.85º 0.07% 0.68% -
XYZ 36.9 39.76 45.77 -
YUV 168.35 131.19 122.76 -
System Red Green Blue C M Y K H S L
Decimal 161 171 174 0.07 0.02 0 0.32 193.85 0.07 0.66
Hex A1 AB AE 7 2 0 20 C2 7 42
Octal 241 253 256 7 2 0 40 302 7 102
Binary 10100001 10101011 10101110 111 10 0 100000 11000010 111 1000010

Color Harmonies of #A1ABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1ABAE

Black with #A1ABAE

Text Example


Text Example

White with #A1ABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1ABAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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