#A1B4AB

Color #A1B4AB Skeptic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Skeptic #A1B4AB

Tints of Skeptic #A1B4AB

Color information

#A1B4AB (or 0xA1B4AB) is unknown color: approx Skeptic. HEX triplet: A1, B4 and AB. RGB value is (161,180,171). Sum of RGB (Red+Green+Blue) = 161+180+171=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B4AB is #5E4B54. Grayscale: #ADADAD. Windows color (decimal): -6179669 or 11252897. OLE color: 11252897.

HSL color Cylindrical-coordinate representation of color #A1B4AB: hue angle of 151.58º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A1B4AB is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB161180171-
CMYK0.1100.050.29
HSL151.58º11.24%66.86%-
HSV(B)151.58º10.56%70.59%-
XYZ38.3743.1644.84-
YUV173.29126.71119.23-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.45%
GREEN value IS 180 (70.70% from 255) = 35.16%
BLUE value IS 171 (67.19% from 255) = 33.40%
R=31.45%
G=35.16%
B=33.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611801710.1100.050.29151.5811.2466.86
HexA1B4ABB051D98b43
Octal24126425313053523013103
Binary10100001101101001010101110110101111011001100010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B4AB; }

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

 H1.HeaderClassName
 {
   color: #A1B4AB;
 }
 .AnyTagClassName
 {
   color: #A1B4AB;
 }
</style>
background-color css

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

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

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

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

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

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