Html Css Color HEX #A1ABAF Gull Grey

📋 copy color: '#A1ABAF'

red 161 ◦ green 171 ◦ blue 175

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

Shades of Gull Grey #A1ABAF

Tints of Gull Grey #A1ABAF

RGB

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

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

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

R = 31.76%
G = 33.73%
B = 34.52%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A1ABAF (or 0xA1ABAF) is known color: Gull Grey. HEX triplet: A1, AB and AF. RGB value is (161,171,175). Sum of RGB (Red+Green+Blue) = 161+171+175=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 175 (68.75% from 255 or 34.52% from 507); Max value from RGB is 175 - color contains mainly: blue. Hex color #A1ABAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1ABAF is #5E5450. Grayscale: #A8A8A8. Windows color (decimal): -6181969 or 11512737. OLE color: 11512737.

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

Color convert

RGB 161 171 175 -
CMYK 0.08 0.02 0 0.31
HSL 197.14º 0.08% 0.66% -
HSV(B) 197.14º 0.08% 0.69% -
XYZ 37 39.8 46.29 -
YUV 168.47 131.69 122.67 -
System Red Green Blue C M Y K H S L
Decimal 161 171 175 0.08 0.02 0 0.31 197.14 0.08 0.66
Hex A1 AB AF 8 2 0 1F C5 8 42
Octal 241 253 257 10 2 0 37 305 10 102
Binary 10100001 10101011 10101111 1000 10 0 11111 11000101 1000 1000010

Color Harmonies of #A1ABAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1ABAF

Black with #A1ABAF

Text Example


Text Example

White with #A1ABAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1ABAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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