#A1B2AC

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

Shades of Skeptic #A1B2AC

Tints of Skeptic #A1B2AC

Color information

#A1B2AC (or 0xA1B2AC) is unknown color: approx Skeptic. HEX triplet: A1, B2 and AC. RGB value is (161,178,172). Sum of RGB (Red+Green+Blue) = 161+178+172=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 178 (69.92% from 255 or 34.83% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 178 - color contains mainly: green. Hex color #A1B2AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B2AC is #5E4D53. Grayscale: #ACACAC. Windows color (decimal): -6180180 or 11317921. OLE color: 11317921.

HSL color Cylindrical-coordinate representation of color #A1B2AC: hue angle of 158.82º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A1B2AC is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB161178172-
CMYK0.1000.030.30
HSL158.82º9.94%66.47%-
HSV(B)158.82º9.55%69.8%-
XYZ38.0642.445.21-
YUV172.23127.87119.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.51%
GREEN value IS 178 (69.92% from 255) = 34.83%
BLUE value IS 172 (67.58% from 255) = 33.66%
R=31.51%
G=34.83%
B=33.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1611781720.1000.030.30158.829.9466.47
HexA1B2ACA031E9fa42
Octal24126225412033623712102
Binary1010000110110010101011001010011111101001111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B2AC; }

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

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

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

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

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

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

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

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