#A1B4AC

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

Shades of Skeptic #A1B4AC

Tints of Skeptic #A1B4AC

Color information

#A1B4AC (or 0xA1B4AC) is unknown color: approx Skeptic. HEX triplet: A1, B4 and AC. RGB value is (161,180,172). Sum of RGB (Red+Green+Blue) = 161+180+172=513 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.38% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B4AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B4AC is #5E4B53. Grayscale: #ADADAD. Windows color (decimal): -6179668 or 11318433. OLE color: 11318433.

HSL color Cylindrical-coordinate representation of color #A1B4AC: hue angle of 154.74º 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 #A1B4AC is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB161180172-
CMYK0.1100.040.29
HSL154.74º11.24%66.86%-
HSV(B)154.74º10.56%70.59%-
XYZ38.4743.245.34-
YUV173.41127.21119.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.38%
GREEN value IS 180 (70.70% from 255) = 35.09%
BLUE value IS 172 (67.58% from 255) = 33.53%
R=31.38%
G=35.09%
B=33.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611801720.1100.040.29154.7411.2466.86
HexA1B4ACB041D9bb43
Octal24126425413043523313103
Binary10100001101101001010110010110100111011001101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B4AC; }

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

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

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

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

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

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

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

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